diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-06-23 11:17:29 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-23 11:17:45 +0200 |
commit | 2108275ae793e9f90ae260368958543f647df812 (patch) | |
tree | 094ae9a6de20fc6b236bba12947ed539a959197b /trypandoc/Makefile | |
parent | 2b34337a9cf8b025914e8219498b4c0258772be0 (diff) | |
download | pandoc-2108275ae793e9f90ae260368958543f647df812.tar.gz |
trypandoc Makefile: fixed web destination in upload.
Diffstat (limited to 'trypandoc/Makefile')
-rw-r--r-- | trypandoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trypandoc/Makefile b/trypandoc/Makefile index c486aea3b..f5f6046b1 100644 --- a/trypandoc/Makefile +++ b/trypandoc/Makefile @@ -1,5 +1,5 @@ CGIBIN=/home/website/cgi-bin -TRYPANDOC=/home/website/html/pandoc/try/ +TRYPANDOC=/home/website/pandoc.org/try/ CGI=${CGIBIN}/trypandoc BIN=/home/jgm/.local/bin/trypandoc |