From 4a5e7b2ada53ee0ec0c21eff8eaf88a6b882dd16 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 13 Feb 2020 22:49:35 -0800 Subject: [PATCH] make pandoc-templates: copy README and styles.*. --- Makefile | 4 ++-- 1 file 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