Adjustments for building trypandoc with stack.
This commit is contained in:
parent
9a9a0ca62b
commit
661f1adedb
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ _ Update website, including short description of changes ('make changes')
|
||||||
|
|
||||||
_ Announce on pandoc-announce, pandoc-discuss
|
_ 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'
|
and then 'cd trypandoc; sudo make install'
|
||||||
|
|
||||||
_ recompile gitit
|
_ recompile gitit
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
CGIBIN=/home/website/cgi-bin
|
CGIBIN=/home/website/cgi-bin
|
||||||
TRYPANDOC=/home/website/html/pandoc/try/
|
TRYPANDOC=/home/website/html/pandoc/try/
|
||||||
CGI=${CGIBIN}/trypandoc
|
CGI=${CGIBIN}/trypandoc
|
||||||
BIN=../.cabal-sandbox/bin/trypandoc
|
BIN=/home/jgm/.local/bin/trypandoc
|
||||||
|
|
||||||
install: ${CGI} ${TRYPANDOC}/index.html
|
install: ${CGI} ${TRYPANDOC}/index.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue