diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-15 14:21:51 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-15 14:21:51 -0800 |
commit | b59d0fb6bd26365bddda36e434cb877bae1d156e (patch) | |
tree | 13cc776680e208b59fecffd3206fd649e6db1f50 /trypandoc/Makefile | |
parent | c720cbf9f2c1445ed3b8dc94583db3b6c53781df (diff) | |
download | pandoc-b59d0fb6bd26365bddda36e434cb877bae1d156e.tar.gz |
Adjusted trypandoc makefile for use of sandbox.
Diffstat (limited to 'trypandoc/Makefile')
-rw-r--r-- | trypandoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trypandoc/Makefile b/trypandoc/Makefile index 29942ac00..b53758d7f 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=../dist/build/trypandoc/trypandoc +BIN=../.cabal-sandbox/bin/trypandoc install: ${CGI} ${TRYPANDOC}/index.html |