summaryrefslogtreecommitdiffstats
path: root/winsup/doc/README
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-16 18:26:08 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 12:07:47 +0100
commit06105fa9defb229532728903c6230b3fd89d8f2e (patch)
tree5555bb2fc0a7706b57f4aefd457b409557b6e374 /winsup/doc/README
parent7e87f1ea1e8cc664c4071e8c10ab665f5bbcec7f (diff)
downloadcygnal-06105fa9defb229532728903c6230b3fd89d8f2e.tar.gz
cygnal-06105fa9defb229532728903c6230b3fd89d8f2e.tar.bz2
cygnal-06105fa9defb229532728903c6230b3fd89d8f2e.zip
winsup/doc: Update ancient README about building documentation
Update list of pre-requisites, everything else is obsolete. Future work: Ensure that the list of pre-requisites in FAQ 6.21 "How do I build Cygwin" remains synchronized with this list. 2015-06-22 Jon Turney <jon.turney@dronecode.org.uk> * README: Update. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'winsup/doc/README')
-rw-r--r--winsup/doc/README23
1 files changed, 2 insertions, 21 deletions
diff --git a/winsup/doc/README b/winsup/doc/README
index fe1adbdfd..24970f8b7 100644
--- a/winsup/doc/README
+++ b/winsup/doc/README
@@ -1,28 +1,9 @@
-The cygwin-doc source files are kept in CVS. Please see
-https://cygwin.com/cvs.html for more information.
+ADDITIONAL BUILD REQUIREMENTS FOR DOCUMENTATION
-BUILD REQUIREMENTS:
-
-bash
-bzip2
-coreutils
-cygwin
dblatex
docbook-xml45
docbook-xsl
+docbook2x-texi
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.