Move generated snippets to a more approriate directory

This commit is contained in:
Florian Weimer 2013-08-26 15:32:58 +02:00
parent 8350ea4f61
commit 2a7523f615
73 changed files with 65 additions and 64 deletions

View file

@ -23,7 +23,7 @@ import sys
target_root = sys.argv[1]
def output_file_name(dirname, basename):
return "{0}/en-US/{1}/snippets/{2}.xml".format(
return "{0}/en-US/snippets/{1}-{2}.xml".format(
target_root, dirname, basename)
re_open_file = re.compile(