Hi all,

I've never managed to completely build the docs, and I'd like to make another attempt at doing so. I can build enough of the docs to display the manual in HTML, but it doesn't build stuff like NEWS, programming reference, examples, etc.

Here's the tail of the "make web" attempt:
------
gzip -c9 out-www/music-glossary.ps > out-www/music-glossary.ps.gz
mkdir -p out-www/lilypond/
LANG= makeinfo -I./out-www --output=./out-www/lilypond --css-include=/Users/gperciva/usr/src/lilypond/Documentation/ texinfo.css --html out-www/lilypond.texi
LANG= makeinfo -I./out-www --output=out-www/lilypond/lilypond.html --css-include=/Users/gperciva/usr/src/lilypond/Documentation/ texinfo.css --html --no-split --no-headers out-www/lilypond.texi
perl -i~ -pe 's!../lilypond-internals!lilypond-internals/!g' ./out-www/lilypond.html
rm -f ./out-www/lilypond/*.png ./out-www/lilypond/*.ly
(cd ./out-www/lilypond/ ; ln -sf ../*.png ../*.ly . )
mkdir -p out-www/lilypond-internals/
LANG= makeinfo --output=./out-www/lilypond-internals --css-include=/Users/gperciva/usr/src/lilypond/Documentation/ texinfo.css --html out-www/lilypond-internals.texi
makeinfo: could not open --css-file: /Users/gperciva/usr/src/lilypond/Documentation/texinfo.css
makeinfo: could not open --css-file: /Users/gperciva/usr/src/lilypond/Documentation/texinfo.css
makeinfo: could not open --css-file: /Users/gperciva/usr/src/lilypond/Documentation/texinfo.css
makeinfo: could not open --css-file: /Users/gperciva/usr/src/lilypond/Documentation/texinfo.css
makeinfo: could not open --css-file: /Users/gperciva/usr/src/lilypond/Documentation/texinfo.css
makeinfo: could not open --css-file: /Users/gperciva/usr/src/lilypond/Documentation/texinfo.css
makeinfo: Removing output file `./out-www/lilypond-internals/index.html' due to errors; use --force to preserve.
make[3]: *** [out-www/lilypond-internals/lilypond-internals.html] Error 1
rm out-www/music-glossary.texi
make[2]: *** [WWW] Error 2
make[1]: *** [WWW] Error 2
make: *** [web] Error 2
spark:~/usr/src/lilypond gperciva$ more Documentation/texinfo.css
hr { border:0; height:1; color: #000000; background-color: #000000; }
spark:~/usr/src/lilypond gperciva$




_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to