diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2010-06-27 21:32:19 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2010-06-27 21:32:19 +0000 |
commit | 2a904ebacbaecd03399e3294bd6ae0c90d7c5904 (patch) | |
tree | 8306b4f640cdb0fc4ab8c02fe2e30ebdb9549870 /winsup/doc/faq-programming.xml | |
parent | 8930e4d2c3c9d34c8e91f3ab719295cb7c17c77d (diff) | |
download | cygnal-2a904ebacbaecd03399e3294bd6ae0c90d7c5904.tar.gz cygnal-2a904ebacbaecd03399e3294bd6ae0c90d7c5904.tar.bz2 cygnal-2a904ebacbaecd03399e3294bd6ae0c90d7c5904.zip |
* Makefile.in: Use "xmlto pdf" instead of docbook2pdf.
Force the dblatex backend, as the default passivetex does not work.
* README: Replace docbook-utils dependency with dblatex.
Update required docbook-xml version.
* faq-programming.xml: Ditto.
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r-- | winsup/doc/faq-programming.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 2d4284ae4..3936dbc51 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -420,7 +420,7 @@ installed; you at least need <literal>gcc</literal>, <literal>make</literal>, <literal>perl</literal>, and <literal>cocom</literal>. If you want to run the tests, <literal>dejagnu</literal> is also required. Normally, building ignores any errors in building the documentation, -which requires the <literal>docbook-utils</literal>, <literal>docbook-xml42</literal>, <literal>docbook-xsl</literal>, and +which requires the <literal>dblatex</literal>, <literal>docbook-xml45</literal>, <literal>docbook-xsl</literal>, and <literal>xmlto</literal> packages. For more information on building the documentation, see the README included in the <literal>cygwin-doc</literal> package. </para> |