[Zodb-checkins] CVS: StandaloneZODB/Doc - Makefile:1.2 README.txt:1.2

Fred L. Drake, Jr. fdrake@acm.org
Fri, 25 Jan 2002 15:53:05 -0500


Update of /cvs-repository/StandaloneZODB/Doc
In directory cvs.zope.org:/tmp/cvs-serv8529

Modified Files:
	Makefile README.txt 
Log Message:
Do not split on too small a section of the document.

=== StandaloneZODB/Doc/Makefile 1.1 => 1.2 ===
 
 storage/storage.html: storage.tex
-	$(MKHOWTO) --html --iconserver=.
+	$(MKHOWTO) --html --iconserver=. --split=4
 
 clean:
 	rm -rf storage.pdf storage/


=== StandaloneZODB/Doc/README.txt 1.1 => 1.2 ===
 document:
 
-    mkhowto --pdf --html --iconserver=. storage.tex
+    mkhowto --pdf --html --iconserver=. --split=4 storage.tex