[Zope-CVS] CVS: Packages/zpkgtools/doc - Makefile:1.2
Fred L. Drake, Jr.
fred at zope.com
Sat Apr 3 14:25:20 EST 2004
Update of /cvs-repository/Packages/zpkgtools/doc
In directory cvs.zope.org:/tmp/cvs-serv17079
Modified Files:
Makefile
Log Message:
rearrange things a little
=== Packages/zpkgtools/doc/Makefile 1.1 => 1.2 ===
--- Packages/zpkgtools/doc/Makefile:1.1 Sat Apr 3 04:16:20 2004
+++ Packages/zpkgtools/doc/Makefile Sat Apr 3 14:25:19 2004
@@ -14,19 +14,9 @@
# Format the documentation for the Zope Packaging Tools.
-local: $(LOCAL_HTML)
-all: local apiref
-
-
# This should point to the Zope3/utilities/rst2html, but just about
# implementation will do.
-RST2HTML=rst2html
-
-.PHONY: apiref
-
-.SUFFIXES: .txt .html
-.txt.html:
- $(RST2HTML) $<
+RST2HTML=../../Zope3/utilities/rst2html
LOCAL_HTML=\
collections.html \
@@ -35,9 +25,24 @@
resources.html \
zpkg.html
+
+local: $(LOCAL_HTML)
+all: local apiref
+
+
+.PHONY: apiref
+
+.SUFFIXES: .txt .html
+.txt.html:
+ $(RST2HTML) $<
+
$(LOCAL_HTML): links.rst
# Need to add dependency information for this; this really depends on
# all the modules in zpkgtools, so is tedious to spell out.
apiref: apiref/index.html
./mkapiref.sh
+
+
+clean:
+ rm -f *.html
More information about the Zope-CVS
mailing list