summaryrefslogtreecommitdiff
path: root/template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'template.sh')
-rwxr-xr-xtemplate.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/template.sh b/template.sh
index 54dc1709..bc63b943 100755
--- a/template.sh
+++ b/template.sh
@@ -7,11 +7,3 @@ for f in $(git ls-files *.j2); do
python template.py $f $l $(dirname $f)/$(basename $f .html.j2).$l.html
done
done
-
-for f in $(git ls-files common/*.j2); do
- for ld in locale/*/; do
- l=$(basename $ld)
- echo "$f: $l"
- python template.py $f $l $(dirname $f)/$(basename $f .inc.j2).$l.inc
- done
-done