scsh-users
[Top] [All Lists]

make install

To: scsh-news@zurich.ai.mit.edu
Subject: make install
From: eleberg@cbe.ericsson.se (Bengt Kleberg)
Date: Fri, 11 Jan 2002 10:25:32 +0100 (MET)
the following os/c-compiler

SunOS cbe2180 5.7 Generic_106541-18 sun4u sparc SUNW,Ultra-5_10
cc: WorkShop Compilers 5.0 98/12/15 C 5.0

produces the following errors during 'make install':
for f in ./doc/scsh-manual/html/*.html                          \
        ./doc/scsh-manual/html/*.gif                            \
        ./doc/scsh-manual/html/*.css                            \
        ./doc/src/manual/*.html                                 \
        ./doc/html/*.html;                                      \
        do ./install-sh -c -m 644 $f /home/eleberg/private/scheme/scsh/html/;   
        \
done
install:  ./doc/src/manual/*.html does not exist
*** Error code 1
make: Fatal error: Command failed for target `inst-doc'


there is no ./doc/src/manual directory.


bengt

<Prev in Thread] Current Thread [Next in Thread>