[Swift-commit] r2617 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Feb 26 07:00:00 CST 2009


Author: benc
Date: 2009-02-26 06:59:59 -0600 (Thu, 26 Feb 2009)
New Revision: 2617

Modified:
   trunk/docs/Makefile
Log:
make doc building depend on stylesheets

Modified: trunk/docs/Makefile
===================================================================
--- trunk/docs/Makefile	2009-02-26 12:45:46 UTC (rev 2616)
+++ trunk/docs/Makefile	2009-02-26 12:59:59 UTC (rev 2617)
@@ -11,11 +11,11 @@
 chunked-userguide: userguide.xml
 	./build-chunked-userguide.sh
 
-%.php: %.xml
+%.php: %.xml formatting/swiftsh_html.xsl
 	xsltproc --nonet formatting/swiftsh_html.xsl $<
 	sed -e "s/index.html#/#/g" index.html >$@
 
-%.pdf: %.xml
+%.pdf: %.xml formatting/vdl2_fo.xsl
 	fop/fop.sh -xsl formatting/vdl2_fo.xsl -xml $< -pdf $@
 
 %.html: %.php




More information about the Swift-commit mailing list