[Pkg-doc-linux-devel] r222 - trunk/website

Frank Lichtenheld djpig at costa.debian.org
Thu Sep 28 15:00:39 UTC 2006


Author: djpig
Date: 2006-09-28 15:00:39 +0000 (Thu, 28 Sep 2006)
New Revision: 222

Modified:
   trunk/website/cron.sh
Log:
Create the htdocs directory if it doesn't exist


Modified: trunk/website/cron.sh
===================================================================
--- trunk/website/cron.sh	2006-09-28 14:51:33 UTC (rev 221)
+++ trunk/website/cron.sh	2006-09-28 15:00:39 UTC (rev 222)
@@ -4,5 +4,6 @@
 
 cd ..
 svn update
+test -d ../htdocs || mkdir ../htdocs
 cp -a website/*.html ../htdocs
 ./website/create_index_pages.pl doc-linux/debian/copyrights ../htdocs




More information about the Pkg-doc-linux-devel mailing list