Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2007 15:27:46 +0200
From:      Zbigniew Komarnicki <cblasius@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Making docs
Message-ID:  <200707011527.47168.cblasius@gmail.com>

next in thread | raw e-mail | index | archive | help
Hello!

I want to create documentation in FreeBSD. I read this article:
http://www.onlamp.com/pub/a/bsd/2001/02/08/Big_Scary_Daemons.html
then I compile and I obtain the following error:

===> books/pmake (install)
/bin/rm -f docbook.css
/bin/cat /usr/doc/share/misc/docbook.css > docbook.css
Index is disabled or no index to generate.
/usr/bin/env SP_ENCODING=ISO-8859-1 /usr/local/bin/jade -V 
html-manifest -ioutput.html -d /usr/doc/share/sgml/default.dsl -ifreebsd.urls.absolute 
-V %generate-legalnotice-link% -ioutput.html.images   -D /usr/doc/en_US.ISO8859-1/books/pmake/..
/../../share/images/books/pmake -D /usr/obj/usr/doc/en_US.ISO8859-1/books/pmake -c 
/usr/doc/en_US.ISO8859-1/share/sgml/catalog -c /usr/doc/share/sgml/catalog -c 
/usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/iso8879/catalog 
-c /usr/local/share/sgml/jade/catalog -c /usr/local/share/sgml/catalog.ports -t 
sgml /usr/doc/en_US.ISO8859-1/books/pmake/book.sgml
/usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml  
$(/usr/bin/xargs < HTML.manifest)
*** Error code 1 (ignored)
install -C  -o root -g wheel -m 444 $(/usr/bin/xargs < 
HTML.manifest) /usr/share/doc/en_US.ISO8859-1/books/pmake
install -C  -o root -g wheel -m 444 
docbook.css /usr/share/doc/en_US.ISO8859-1/books/pmake


What this error "*** Error code 1 (ignored)" means?

I also would like to ask you how to create PDF document, not only HTML? What 
command I should use to obtain PDF handbook, for example, because I want to 
print it?

Thank you,
Zbyszek



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707011527.47168.cblasius>