2010-06-25 Yaakov Selkowitz * Makefile.in: Use "xmlto pdf" instead of docbook2pdf. * README: Remove docbook-utils and update docbook-xml deps. * faq-programming.xml: Ditto. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/winsup/doc/Makefile.in,v retrieving revision 1.26 diff -u -r1.26 Makefile.in --- Makefile.in 26 Jan 2010 16:16:19 -0000 1.26 +++ Makefile.in 25 Jun 2010 19:24:52 -0000 @@ -56,7 +56,7 @@ # Some versions of jw hang with the -o option cygwin-ug-net/cygwin-ug-net.pdf : cygwin-ug-net.sgml - -cd cygwin-ug-net && docbook2pdf ../$< + -${XMLTO} pdf -o cygwin-ug-net/ $< cygwin-ug-net.sgml : cygwin-ug-net.in.sgml ./doctool Makefile -./doctool -m $(SGMLDIRS) -s $(srcdir) -o $@ $< @@ -65,7 +65,7 @@ -${XMLTO} html -o cygwin-api/ -m $(srcdir)/cygwin.dsl $< cygwin-api/cygwin-api.pdf : cygwin-api.sgml - -cd cygwin-api && docbook2pdf ../$< + -${XMLTO} pdf -o cygwin-api/ $< cygwin-api.sgml : cygwin-api.in.sgml ./doctool Makefile -./doctool -m $(SGMLDIRS) -s $(srcdir) -o $@ $< Index: README =================================================================== RCS file: /cvs/src/src/winsup/doc/README,v retrieving revision 1.2 diff -u -r1.2 README --- README 2 Feb 2010 01:02:49 -0000 1.2 +++ README 25 Jun 2010 19:24:52 -0000 @@ -7,8 +7,7 @@ bzip2 coreutils cygwin -docbook-utils -docbook-xml42 +docbook-xml45 docbook-xsl gzip make Index: faq-programming.xml =================================================================== RCS file: /cvs/src/src/winsup/doc/faq-programming.xml,v retrieving revision 1.15 diff -u -r1.15 faq-programming.xml --- faq-programming.xml 2 Feb 2010 01:18:03 -0000 1.15 +++ faq-programming.xml 25 Jun 2010 19:24:53 -0000 @@ -420,7 +420,7 @@ perl, and cocom. If you want to run the tests, dejagnu is also required. Normally, building ignores any errors in building the documentation, -which requires the docbook-utils, docbook-xml42, docbook-xsl, and +which requires the docbook-xml45, docbook-xsl, and xmlto packages. For more information on building the documentation, see the README included in the cygwin-doc package.