changeset 11202:1470e4dd1a4a

Include HTML-single in README's.
author wight
date Tue, 21 Oct 2003 09:31:04 +0000
parents eee3cac803de
children f998a3b572ab
files DOCS/README DOCS/xml/README.maintainers
diffstat 2 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/README	Tue Oct 21 08:45:13 2003 +0000
+++ b/DOCS/README	Tue Oct 21 09:31:04 2003 +0000
@@ -11,15 +11,19 @@
    a, Enter the HTML/ directory, and there you'll find the documentation,
       each language in its own subdirectory.
 
-   b, If the HTML/ directory doesn't contain your language, try the
-      subdirectories in this very same folder.
+   b, If you prefer reading the documentation as a single big file it 
+      can be found in the HTML-single/ directory, each language in its 
+      own subdirectory.
+
+   c, If the HTML/ or HTML-single/ directories doesn't contain your language, 
+      try the subdirectories in this very same folder.
 
 
 2. For "development" version users (i.e. CVS or CVS snapshots):
 
    a, Enter the xml/ directory, and read the README file there to find
       out how to build a HTML version of the XML documentation. It will
-      be created in the HTML/ directory.
+      be created in the HTML/ and HTML-single/ directories.
 
    b, If the xml/ directory doesn't contain your language, try the
       subdirectories in this very same folder.
--- a/DOCS/xml/README.maintainers	Tue Oct 21 08:45:13 2003 +0000
+++ b/DOCS/xml/README.maintainers	Tue Oct 21 09:31:04 2003 +0000
@@ -2,9 +2,9 @@
 When building the documentation, the toplevel Makefile goes into
 the subdirectories listed in the SUBDIRS variable and executes make
 in each of those directories to create the HTML documentation
-in subdirectories of the 'HTML' directory.
+in subdirectories of the 'HTML' and 'HTML-single' directories.
 
-IMPORTANT: Do NOT place sensitive files under 'HTML'!
+IMPORTANT: Do NOT place sensitive files under 'HTML' or 'HTML-single'!
 	   It is for generated documentation only.
 	   The whole directory tree is wiped out by the Makefile
 	   when running 'make distclean' or 'make clean-html'.