From 661f1adedb468314850d0157393b66510a367e28 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 29 Jan 2017 22:01:11 +0100 Subject: [PATCH] Adjustments for building trypandoc with stack. --- RELEASE-CHECKLIST | 2 +- trypandoc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index 7c0f7c4de..ff9d56071 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -26,7 +26,7 @@ _ Update website, including short description of changes ('make changes') _ Announce on pandoc-announce, pandoc-discuss -_ on server, 'cabal install --enable-tests -ftrypandoc' +_ on server, stack install --flag 'pandoc:trypandoc' and then 'cd trypandoc; sudo make install' _ recompile gitit diff --git a/trypandoc/Makefile b/trypandoc/Makefile index b53758d7f..c486aea3b 100644 --- a/trypandoc/Makefile +++ b/trypandoc/Makefile @@ -1,7 +1,7 @@ CGIBIN=/home/website/cgi-bin TRYPANDOC=/home/website/html/pandoc/try/ CGI=${CGIBIN}/trypandoc -BIN=../.cabal-sandbox/bin/trypandoc +BIN=/home/jgm/.local/bin/trypandoc install: ${CGI} ${TRYPANDOC}/index.html