Permalink
Browse files
Adjusted trypandoc makefile for use of sandbox.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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
|
|
|
|
|
|
0 comments on commit
b59d0fb