[Zope-CVS] SVN: zpkgtools/trunk/doc/Makefile make it easier to
generate HTML for zope.org
Fred L. Drake, Jr.
fdrake at gmail.com
Thu Aug 4 18:19:33 EDT 2005
Log message for revision 37722:
make it easier to generate HTML for zope.org
Changed:
U zpkgtools/trunk/doc/Makefile
-=-
Modified: zpkgtools/trunk/doc/Makefile
===================================================================
--- zpkgtools/trunk/doc/Makefile 2005-08-04 22:04:15 UTC (rev 37721)
+++ zpkgtools/trunk/doc/Makefile 2005-08-04 22:19:32 UTC (rev 37722)
@@ -36,7 +36,7 @@
.SUFFIXES: .txt .html
.txt.html:
- $(RST2HTML) $<
+ $(RST2HTML) --stylesheet rest.css $<
$(LOCAL_HTML): links.rst
More information about the Zope-CVS
mailing list