diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-16 18:26:08 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 12:07:47 +0100 |
commit | 06105fa9defb229532728903c6230b3fd89d8f2e (patch) | |
tree | 5555bb2fc0a7706b57f4aefd457b409557b6e374 /winsup/doc | |
parent | 7e87f1ea1e8cc664c4071e8c10ab665f5bbcec7f (diff) | |
download | newlib-06105fa9defb229532728903c6230b3fd89d8f2e.zip newlib-06105fa9defb229532728903c6230b3fd89d8f2e.tar.gz newlib-06105fa9defb229532728903c6230b3fd89d8f2e.tar.bz2 |
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')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/README | 23 |
2 files changed, 6 insertions, 21 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 77985b8..841bbe2 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2015-06-22 Jon Turney <jon.turney@dronecode.org.uk> + * README: Update. + +2015-06-22 Jon Turney <jon.turney@dronecode.org.uk> + * Makefile.in (FAQ_SOURCES): Remove and generate with xidepend. 2015-06-22 Jon Turney <jon.turney@dronecode.org.uk> diff --git a/winsup/doc/README b/winsup/doc/README index fe1adbd..24970f8 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. |