mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-03-22 12:43:24 +01:00
Final build of PDF, ODT, and HTML
Signed-off-by: Sharp-tailed Grouse <no@anonymousplanet.org>
This commit is contained in:
12
make.sh
12
make.sh
@@ -43,10 +43,10 @@ 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 PDF..."
|
||||
#pandoc --self-contained "$bn".md -o export/"$bn".pdf --metadata title="The Hitchhiker's Guide to Online Anonymity" -t context
|
||||
#echo "Generating ODT..."
|
||||
#pandoc --self-contained "$bn".md -o export/"$bn".odt --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..."
|
||||
pandoc --self-contained "$bn".md -o export/"$bn".odt --metadata title="The Hitchhiker's Guide to Online Anonymity"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user