mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
7ffaa17c80
* configure.in: Remove --enable-server option. Allways add the cygserver directory to $SUBDIRS. * configure: Regenerate. cygwin/ChangeLog: Remove USE_SERVER define. Accommodate throughout. * configure.in: Remove --enable-server option. * configure: Regenerate. * environ.cc: Remove CYGWIN=server setting. cygserver/ChangeLog: * client.cc (allow_server): Remove variable. (client_request_get_version::client_request_get_version): Drop checking allow_server. utils/ChangeLog: * passwd.c: Remove CYGWIN=server requirement from usage text. doc/ChangeLog: * cygserver.sgml: Remove the "How to use the Cygserver services" section. * cygwinenv.sgml: Move "(no)server" to the removed options section. * faq-programming.xml: Remove CYGWIN=server requirement for running the Cygwin testsuite. * ntsec.sgml: Ditto for using `passwd -R'.
The cygwin-doc source files are kept in CVS. Please see http://cygwin.com/cvs.html for more information. BUILD REQUIREMENTS: ash bzip2 coreutils cygwin docbook-xml42 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. PDF generation is also problematic; I use 'jw -b pdf' right now but have also used 'xmlto pdf' and jade. 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.