[Refdb-devel] CVS build problem: doc build fails with missing dependency
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@sw...> - 2005-12-10 13:24:17
|
Hi Markus, With workarounds for the earlier problems, the build now fails due to a missing dependency on 'citestylex/ele-desc/*': -------------------------------------------------------------------------------------------- Creating HTML manual... rm -rf refdb-manual/* mkdir -p refdb-manual && cd refdb-manual && openjade -t sgml -d ../../doc/include/doc-html.dsl /usr/share/refdb/declarations/docbook.dcl ../../doc/refdb-manual.sgml cp manual.css refdbmanualfig1.png refdbmanualfig2.png refdbmanualfig3.png refdbmanualfig4.png refdb-manual/ SGML_CATALOG_FILES="" dtdparse --title "citestyle XML DTD" --output citestylex.xml --declaration ../declarations/xml.dcl --system-id "http://refdb.sourceforge.net/dtd/citestylex.dtd" ../dtd/citestylex.dtd Public ID: unknown System ID: http://refdb.sourceforge.net/dtd/citestylex.dtd SGML declaration: ../declarations/xml.dcl Parse complete. Writing citestylex.xml... Done. make[2]: *** No rule to make target `citestylex/ele-desc/*', needed by `citestylex/elements.html'. Stop. make[2]: Leaving directory `/home/david/data/computing/projects/refdb/packages/refdb/custom/pkg/debianise/source/refdb-0.0-cvs-20051210/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/david/data/computing/projects/refdb/packages/refdb/custom/pkg/debianise/source/refdb-0.0-cvs-20051210' make: *** [build-stamp] Error 2 ------------------------------------------------------------------------------------------- As near as I can tell from the makefile, it truly is missing a rule for that target. Regards, David. |