##// END OF EJS Templates
fix skeleton template makefile
MinRK -
Show More
@@ -1,10 +1,10 b''
1 1
2 2
3 all: tex/null.tplx tex/display_priority.tplx
3 all: ../latex/skeleton/null.tplx ../latex/skeleton/display_priority.tplx
4 4
5 5 # convert jinja syntax to tex
6 6 # cf http://flask.pocoo.org/snippets/55/
7 tex/%.tplx: %.tpl
7 ../latex/skeleton/%.tplx: %.tpl
8 8 @echo 'generating tex equivalent of $^: $@'
9 9 @echo '((= autogenerated file do not edit =))' > $@
10 10 @sed \
@@ -20,4 +20,4 b' tex/%.tplx: %.tpl'
20 20
21 21 clean:
22 22 @echo "cleaning generated tplx files..."
23 @rm tex/*
23 @rm ../latex/skeleton/*
General Comments 0
You need to be logged in to leave comments. Login now