From f95f5a5437292b3280cb98d022adee613b7cb85b Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 3 Feb 2007 05:13:39 +0000 Subject: [PATCH] cleanup docbook related comments svn path=/trunk/; revision=20692 --- config.nmake | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/config.nmake b/config.nmake index 1d937f5003..5200c630df 100644 --- a/config.nmake +++ b/config.nmake @@ -489,33 +489,31 @@ VCREDIST_EXE=$(WIRESHARK_LIBS)\vcredist_x86.exe -##### Advanced: Docbook/XML documentation (e.g. User's Guide) generation ##### -# If you want to generate the Docbook/XML docs (User's, Developer's Guide, ...), -# you'll need some additional tools / libraries compared to the rest of the build -# process. +##### Advanced: Docbook/XML documentation generation ##### +# If you want to generate the Docbook/XML based docs (User's and Developer's +# Guide, ...), you'll need some additional tools / libraries compared to the +# rest of the build process. # -# FOR DETAILED INSTRUCTIONS SEE THE FILE: docbook\readme.txt. +# FOR DETAILED INSTRUCTIONS TO GENERATE THE DOCS, SEE: docbook\readme.txt. # -# If you don't call the Makefile.nmake in the docbook dir to generate the guides, -# the following settings will have no effect. +# If you don't call the Makefile.nmake in the docbook dir to generate the +# docs, the following settings in this section will have no effect. # formatting objects processor executable -# Commented this out if you don't have fop installed or you -# don't want PDF documentation. -# -# (as of fop-0.20 the cygwin script does not use $FOP_OPTS) +# Comment this out if you don't have fop installed or you don't want the docs +# in PDF format. !IFNDEF FOP FOP=fop-0.20.5\fop.bat !ENDIF # Additional options to fop. -# This needs to contain at least the argument '-Xmx256m' FOP_OPTS=-Xmx256m # html help compiler -# Commented this out if you don't have hhc.exe or you don't want .chm documentation. +# Comment this out if you don't have hhc.exe or you don't want the docs in +# .chm format. # -# Beware: hhc.exe is NOT part of the MSVC packages as mentioned in HHC_DIR above, +# Beware: hhc.exe is NOT part of the MSVC packages in HHC_DIR mentioned above, # so you'll need to install the HTML Help Workshop for this. HHC_EXE=$(HHC_DIR)\hhc.exe