From b59d0fb6bd26365bddda36e434cb877bae1d156e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 15 Nov 2015 14:21:51 -0800 Subject: Adjusted trypandoc makefile for use of sandbox. --- trypandoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trypandoc') 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 -- cgit v1.2.3