diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-01-29 22:01:11 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-29 22:01:11 +0100 |
commit | 661f1adedb468314850d0157393b66510a367e28 (patch) | |
tree | 9393aa6ce041284ff3a985bb54b120ae387feab4 /trypandoc | |
parent | 9a9a0ca62b1403b9c76d1698a743a19cc0701df5 (diff) | |
download | pandoc-661f1adedb468314850d0157393b66510a367e28.tar.gz |
Adjustments for building trypandoc with stack.
Diffstat (limited to 'trypandoc')
-rw-r--r-- | trypandoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |