Date: Fri, 22 Oct 1999 13:47:06 +0100 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: doc@freebsd.org Subject: Problem building modified docs Message-ID: <19991022134706.A316@marder-1>
next in thread | raw e-mail | index | archive | help
After making a change to /usr/share/doc/en_US.ISO_8859-1/books/faq/book.sgml and rebuilding using ``cd /usr/doc; make all && make install'' without errors, except for the usual one from tidy(1), I found that the change appeared in install.html, but not in book.html but the time stamp on *all* the *.html files had changed. What has gone wrong? I've seen this before and fixed it by deleting /usr/share/doc/en_US.ISO_8859-1/books/faq/book.html before re-building. When I do this I noticed that when jade(1) is run the command line has `` > book.html'' appended to it. marder-1# cd /usr/doc marder-1# make all && make install ===> en_US.ISO_8859-1 ===> en_US.ISO_8859-1/articles ===> en_US.ISO_8859-1/articles/committers-guide ===> en_US.ISO_8859-1/articles/diskless-x ===> en_US.ISO_8859-1/articles/fonts ===> en_US.ISO_8859-1/articles/formatting-media ===> en_US.ISO_8859-1/articles/mh ===> en_US.ISO_8859-1/articles/multi-os ===> en_US.ISO_8859-1/articles/new-users ===> en_US.ISO_8859-1/articles/programming-tools ===> en_US.ISO_8859-1/books ===> en_US.ISO_8859-1/books/faq /usr/local/bin/jade -V html-manifest -ioutput.html -c /usr/doc/en_US.ISO_8859-1/books/faq/../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d /usr/doc/en_US.ISO_8859-1/books/faq/../../../share/sgml/freebsd.dsl -t sgml /usr/doc/en_US.ISO_8859-1/books/faq/book.sgml tidy -i -m -f /dev/null *.html *** Error code 1 (ignored) gzip -9 -c book.html > book.html.gz [.....] ===> en_US.ISO_8859-1/books ===> en_US.ISO_8859-1/books/faq install -C -o root -g wheel -m 444 book.html.gz /usr/share/doc/en_US.ISO_8859-1/books/faq install -C -o root -g wheel -m 444 `xargs < HTML.manifest` /usr/share/doc/en_US.ISO_8859-1/books/faq install -C -o root -g wheel -m 444 book.html /usr/share/doc/en_US.ISO_8859-1/books/faq ===> en_US.ISO_8859-1/books/fdp-primer [....] -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991022134706.A316>