From 4371b07cd103863d8a0ec06fa4ecf78ad5eb3a27 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Dec 2017 14:09:48 -0800 Subject: Added 'make trypandoc' target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fc2b3d66..9754c628f 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,10 @@ pandoc-templates: git commit -m "Updated templates for pandoc $(version)" && \ popd +trypandoc: + ssh -t macfarlane 'cd src/pandoc && git pull && ~/.local/bin/stack install --flag pandoc:trypandoc --flag pandoc:embed_data_files && cd trypandoc && sudo make install' + clean: stack clean -.PHONY: deps quick full haddock install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh doc/lua-filters.md packages pandoc-templates +.PHONY: deps quick full haddock install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh doc/lua-filters.md packages pandoc-templates trypandoc -- cgit v1.2.3