diff --git a/make.sh b/make.sh index 66c856e..96c2847 100755 --- a/make.sh +++ b/make.sh @@ -36,8 +36,8 @@ fi bn="$1" -echo "Generating HTML..." -pandoc --self-contained "$bn".md -o export/"$bn".html --metadata title="The Hitchhiker's Guide to Online Anonymity" +#echo "Generating HTML..." +#pandoc --self-contained "$bn".md -o export/"$bn".html --metadata title="The Hitchhiker's Guide to Online Anonymity" #echo "Generating PDF..." #pandoc --self-contained "$bn".md -o export/"$bn".pdf --metadata title="The Hitchhiker's Guide to Online Anonymity" -t context #echo "Generating ODT..."