aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-CHECKLIST2
-rw-r--r--trypandoc/Makefile2
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