[Zope3-checkins] CVS: Zope3 - Makefile:1.38
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jan 22 18:55:42 EST 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv7685
Modified Files:
Makefile
Log Message:
Added convinient Makefile option "zcmldocs" that generates documentation
for all standard directives and places them into the common
'doc/zcml/namespaces.zope.org/' directory.
=== Zope3/Makefile 1.37 => 1.38 ===
--- Zope3/Makefile:1.37 Wed Jan 14 17:55:15 2004
+++ Zope3/Makefile Thu Jan 22 18:55:41 2004
@@ -46,6 +46,12 @@
rm -f TAGS
$(PYTHON) setup.py clean -a
+zcmldocs:
+ PYTHONPATH=`pwd`/src:$(PYTHONPATH) $(PYTHON) \
+ ./src/zope/configuration/stxdocs.py \
+ -f ./src/zope/app/meta.zcml -o ./doc/zcml/namespaces.zope.org
+
+
#
# Naughty, naughty! How many Zope3 developers are going to have
# that directory structure? The 'ctags' package is capable of generating
More information about the Zope3-Checkins
mailing list