diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-08-07 23:15:24 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-08-07 23:15:24 -0700 |
| commit | 4e003e9cdbe8694f87fddbd82c68f1414057161e (patch) | |
| tree | be8fa02f938afaa1e6a2fa7a7d6da8cd70af10c2 /trypandoc | |
| parent | 3a5168af903b0fca657ac6073c3c529b47b15a52 (diff) | |
trypandoc Makefile revisions.
Diffstat (limited to 'trypandoc')
| -rw-r--r-- | trypandoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trypandoc/Makefile b/trypandoc/Makefile index c2e364767..751bed904 100644 --- a/trypandoc/Makefile +++ b/trypandoc/Makefile @@ -1,7 +1,7 @@ CGIBIN=/home/website/cgi-bin TRYPANDOC=/home/website/pandoc.org/try/ -CGI=${CGIBIN}/trypandoc -BIN=/home/jgm/.cabal/bin/pandoc-cgi +CGI=${CGIBIN}/pandoc-server.cgi +BIN=/home/jgm/.cabal/bin/pandoc-server install: ${CGI} ${TRYPANDOC}/index.html |
