[Skencil-commits] r672 - website/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 11 19:38:28 CEST 2006
Author: bernhard
Date: 2006-04-11 19:38:28 +0200 (Tue, 11 Apr 2006)
New Revision: 672
Modified:
website/trunk/updatepages.py
Log:
updatepages.py(doit): fixed that the generation of pages used the right subdir.
Modified: website/trunk/updatepages.py
===================================================================
--- website/trunk/updatepages.py 2006-04-11 16:44:51 UTC (rev 671)
+++ website/trunk/updatepages.py 2006-04-11 17:38:28 UTC (rev 672)
@@ -147,7 +147,7 @@
#generate pages
if genpages_flag:
- if os.path.isdir("screenshots"):
+ if os.path.isdir("pages"):
print("Generating html files... "),
genpages(force)
print("Done.")
More information about the Skencil-commits
mailing list