mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 11:31:00 +08:00
d396a37c84
Use 'xmlto man' to make manpages for utils (docbook2x-man could also be used, but since we already use xmlto...) This will generate multiple .1 files as an output, but we don't know what they will be called, so use a timestamp file for build avoidance when the dependencies haven't changed. 2015-06-12 Jon Turney <jon.turney@dronecode.org.uk> * Makefile.in (install-man, utils2man.stamp): Add rules to build and install manpages for utils. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
The cygwin-doc source files are kept in CVS. Please see https://cygwin.com/cvs.html for more information. BUILD REQUIREMENTS: bash bzip2 coreutils cygwin dblatex docbook-xml45 docbook-xsl gzip make texinfo perl xmlto OTHER NOTES: You may use docbook2X to convert the DocBook files into info pages. I have not been able to get a working docbook2X installation on Cygwin, so currently I convert the files on a machine running GNU/Linux. A few handmade files (cygwin.texi, intro.3, etc.) are found in the cygwin-doc-x.y-z-src.tar.bz2 package. It also contains the utilities for building the cygwin-doc-x.y-z "binary" package--simply run each step in the cygwin-doc-x.y-z.sh script.