Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svg
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-09-04 22:35:57 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-09-04 22:35:57 (GMT)
commit6c32cb6d71dead9d571204ce993ff45471f4cf6a (patch)
tree69cf27c5d554835def8e4902a2324d30afe9f97a /svg
parentc077053b7e54b2ec433305457624a95ac1ea71b2 (diff)
no longer maintaining samples by language group
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: