Fix pandoc-templates target to include all partials.
This commit is contained in:
parent
c41ec933de
commit
6ef38e9ab3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -100,9 +100,9 @@ download_stats:
|
|||
|
||||
pandoc-templates:
|
||||
rm ../pandoc-templates/default.* ; \
|
||||
cp data/templates/default.* data/templates/README.markdown data/templates/styles.* ../pandoc-templates/ ; \
|
||||
cp data/templates/* ../pandoc-templates/ ; \
|
||||
pushd ../pandoc-templates/ && \
|
||||
git add default.* README.markdown styles.* && \
|
||||
git add * && \
|
||||
git commit -m "Updated templates for pandoc $(version)" && \
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue