aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3691bb233..ce17c0a15 100644
--- a/Makefile
+++ b/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