diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-01-12 22:33:56 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-01-12 22:33:56 -0800 |
| commit | a9f6ed2f97045c0195780f41a32187493aaca85c (patch) | |
| tree | 8ad0ee3b07f66cef009a42977c6c22a582078197 /trypandoc | |
| parent | 4fdbb30a97d0b10d64888783d803d1654da1975d (diff) | |
Fix 'make trypandoc' target.
Diffstat (limited to 'trypandoc')
| -rw-r--r-- | trypandoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trypandoc/Makefile b/trypandoc/Makefile index f5f6046b1..cedf37721 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/.local/bin/trypandoc +BIN=/home/jgm/.cabal/bin/trypandoc install: ${CGI} ${TRYPANDOC}/index.html |
