[Csnd-dev] trouble building a manual
John ff <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
trying to build a local manual I get errors I do not understand. In particular rm -rf html Remember to use the html-dist target for distribution! mkdir -p html xsltproc --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml warning: failed to load external entity "examples-xml/filelen.csd.xml" manual.xml:55: element include: XInclude error : could not load examples-xml/filelen.csd.xml, and no fallback was found warning: failed to load external entity "examples-xml/gen49.csd.xml" manual.xml:97: element include: XInclude error : could not load examples-xml/gen49.csd.xml, and no fallback was found make[1]: *** [Makefile:706: html] Error 6 make[1]: Leaving directory '/home/jpff/cs7/manual' make: *** [Makefile:719: html-dist] Error 2 What have I missed? ==John ffitch