[Swift-commit] r2616 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Feb 26 06:45:47 CST 2009


Author: benc
Date: 2009-02-26 06:45:46 -0600 (Thu, 26 Feb 2009)
New Revision: 2616

Modified:
   trunk/docs/build-chunked-userguide.sh
Log:
chunked userguide needs JPEGs - this change was made on the deployed website some time ago but not committed

Modified: trunk/docs/build-chunked-userguide.sh
===================================================================
--- trunk/docs/build-chunked-userguide.sh	2009-02-26 12:44:32 UTC (rev 2615)
+++ trunk/docs/build-chunked-userguide.sh	2009-02-26 12:45:46 UTC (rev 2616)
@@ -4,6 +4,7 @@
 cd userguide/ || exit 2
 rm -f *.html *.php
 cp ../*.png .
+cp ../*.jpeg .
 
 xsltproc --nonet ../formatting/swiftsh_html_chunked.xsl ../userguide.xml
 




More information about the Swift-commit mailing list