aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-06-29 21:57:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-06-29 21:57:53 -0700
commit2cd36948180f4b75a686728334cdde4361260940 (patch)
tree9c98eba69f8b8210331c55e4808c0e7aef789085 /Makefile
parent3397347612d139f48572c35a70e47bcc54ab67d1 (diff)
downloadpandoc-2cd36948180f4b75a686728334cdde4361260940.tar.gz
Fix 'make pandoc-templates'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ff18b0c77..f0752b742 100644
--- a/Makefile
+++ b/Makefile
@@ -123,9 +123,9 @@ download_stats:
pandoc-templates:
rm ../pandoc-templates/default.* ; \
- cp data/templates/default.* README.md styles.* ../pandoc-templates/ ; \
+ cp data/templates/default.* data/templates/README.markdown data/templates/styles.* ../pandoc-templates/ ; \
pushd ../pandoc-templates/ && \
- git add default.* README.md styles.* && \
+ git add default.* README.markdown styles.* && \
git commit -m "Updated templates for pandoc $(version)" && \
popd