guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make html error


From: David Pirotte
Subject: make html error
Date: Tue, 2 Nov 2004 11:57:42 +0100

hello,

        address@hidden:/usr/local/src/guile/guile-1.6.5 47 $ make html
        Making html in oop
        ...
        ...
        make[1]: Entering directory `/usr/local/src/guile/guile-1.6.5/oop'
        Making html in r5rs
        make[2]: Entering directory `/usr/local/src/guile/guile-1.6.5/doc/r5rs'
        rm -rf r5rs.htp
        if /bin/sh /usr/local/src/guile/guile-1.6.5/missing --run makeinfo 
--html   -I . \
         -o r5rs.htp r5rs.texi; \
        then \
          rm -rf r5rs.html; \
          if test ! -d r5rs.htp && test -d r5rs; then \
            mv r5rs r5rs.html; else mv r5rs.htp r5rs.html; fi; \
        else \
          if test ! -d r5rs.htp && test -d r5rs; then \
            rm -rf r5rs; else rm -Rf r5rs.htp r5rs.html; fi; \
          exit 1; \
        fi
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8515: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8295: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8072: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:8055: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:7898: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:7208: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:3208: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:2921: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:1493: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:1068: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:851: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:486: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:305: Prev 
reference to nonexistent node `Top' (perhaps incorrect sectioning?).
        /usr/local/src/guile/guile-1.6.5/doc/r5rs//r5rs.texi:305: Up reference 
to nonexistent node `Top' (perhaps incorrect sectioning?).
        makeinfo: Removing output file 
`/usr/local/src/guile/guile-1.6.5/doc/r5rs/r5rs.htp/index.html' due to errors; 
use --force to preserve.
        make[2]: *** [r5rs.html] Error 1
        make[2]: Leaving directory `/usr/local/src/guile/guile-1.6.5/doc/r5rs'
        make[1]: *** [html-recursive] Error 1
        make[1]: Leaving directory `/usr/local/src/guile/guile-1.6.5/doc'
        make: *** [html-recursive] Error 1
        address@hidden:/usr/local/src/guile/guile-1.6.5 48 $ 
                

also, make install does not seem to install html files ?

david




reply via email to

[Prev in Thread] Current Thread [Next in Thread]