Author: Derick Rethans
Date: 2006-10-02 18:34:06 +0200 (Mon, 02 Oct 2006)
New Revision: 3619

Log:
- Remove all the generated compiled smarty templates.

Modified:
   scripts/build-docs.sh

Modified: scripts/build-docs.sh
===================================================================
--- scripts/build-docs.sh       2006-10-02 13:15:00 UTC (rev 3618)
+++ scripts/build-docs.sh       2006-10-02 16:34:06 UTC (rev 3619)
@@ -260,5 +260,8 @@
 
 cd ..
 cd ${BASE_OUTPUT_DIR} || exit 10
+
+rm `find . | grep %%`
+
 tar -cf cdocs.tar phpdoc_gen || exit 11
 gzip -c -9 cdocs.tar > cdocs.tgz || exit 12

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to