aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-02-13 22:49:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-02-14 09:07:10 -0800
commit4a5e7b2ada53ee0ec0c21eff8eaf88a6b882dd16 (patch)
tree399743804da373b7801a1ed6db609a05fa9c9199 /Makefile
parentdaf770c1e9b8427611c10904bc4b80110556ea4d (diff)
downloadpandoc-4a5e7b2ada53ee0ec0c21eff8eaf88a6b882dd16.tar.gz
make pandoc-templates: copy README and styles.*.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e41735564..fee5c900f 100644
--- a/Makefile
+++ b/Makefile
@@ -131,9 +131,9 @@ download_stats:
pandoc-templates:
rm ../pandoc-templates/default.* ; \
- cp data/templates/default.* ../pandoc-templates/ ; \
+ cp data/templates/default.* README.md styles.* ../pandoc-templates/ ; \
pushd ../pandoc-templates/ && \
- git add default.* && \
+ git add default.* README.md styles.* && \
git commit -m "Updated templates for pandoc $(version)" && \
popd