Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svg
diff options
context:
space:
mode:
Diffstat (limited to 'svg')
-rw-r--r--svg/makesvg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg/makesvg.py b/svg/makesvg.py
index 6850184..69cb7ce 100644
--- a/svg/makesvg.py
+++ b/svg/makesvg.py
@@ -113,7 +113,7 @@ def main():
print "os.system(" + "cp -r ../images/en ../image/" + sys.argv[1] + ")"
os.system("cp -r ../images/en ../images/" + sys.argv[1])
# make a copy of the samples directory too
- os.system("cp -r ../samples/en ../samples/" + sys.argv[1])
+ # os.system("cp -r ../samples/en ../samples/" + sys.argv[1])
# run the scripts to generate the language-specific files
for p in py: