[Zope3-checkins] CVS: Zope3/doc - .cvsignore:1.1 index.txt:1.1 Makefile:1.2

Fred L. Drake, Jr. fred at zope.com
Wed Mar 31 17:34:12 EST 2004


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv22312

Modified Files:
	Makefile 
Added Files:
	.cvsignore index.txt 
Log Message:
make it possible to run "make" here and get HTML for more of the documents;
some are still not reStructuredText so convert strangely


=== Added File Zope3/doc/.cvsignore ===
*.html


=== Added File Zope3/doc/index.txt ===
====================
Zope 3 Documentation
====================

General Documentation
---------------------

- `Frequently asked questions (FAQ) <http://dev.zope.org/Zope3/FAQ/>`_
- `Installing Zope 3 <INSTALL.html>`_
- `Zope 3 Roadmap <ROADMAP.html>`_
- `Environment variables <ENVIRONMENT.html>`_
- `Logging in Zope 3 <LOGGING.html>`_
- `Unit testing <UNITTEST.html>`_
- `Functional testing <FTEST.html>`_
- `Debugging Zope 3 <DEBUG.html>`_
- `Credits <CREDITS.html>`_
- `Change log <CHANGES.txt>`_
- `Current task list <TODO.html>`_
- `Future task list <TODOLATER.html>`_

Schema Documentation
--------------------

- `Vocabulary Fields <schema/vocabularies.html>`_

**zsync** Documentation
-----------------------

- `Overview <zsync/README.html>`_
- `zsync(1) <zsync/zsync.html>`_
- `zbundle(1) <zsync/zbundle.html>`_


=== Zope3/doc/Makefile 1.1 => 1.2 ===
--- Zope3/doc/Makefile:1.1	Thu Aug 28 18:58:08 2003
+++ Zope3/doc/Makefile	Wed Mar 31 17:34:11 2004
@@ -19,7 +19,12 @@
 	../utilities/rst2html $<
 
 # Some convenient targets:
-all:	schema zsync
+all:	toplevel schema zsync
+
+.PHONY: toplevel
+toplevel: index.html CREDITS.html DEBUG.html ENVIRONMENT.html FTEST.html \
+          INSTALL.html LOGGING.html ROADMAP.html TODO.html TODOLATER.html \
+          UNITTEST.html
 
 .PHONY:	schema
 schema:	schema/vocabularies.html




More information about the Zope3-Checkins mailing list