summaryrefslogtreecommitdiff
path: root/extras/mkpdf.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-02-02 00:34:03 +0000
committerNick White <git@njw.me.uk>2012-02-02 00:34:03 +0000
commite1fada376c4b883d53d6293babb899aa1c510b65 (patch)
tree2e2d1be58e561060215f10dbdc2455d213ee1280 /extras/mkpdf.sh
parent3f408e55b4ce41f0e6dc2bab37384e3a29fe1808 (diff)
Add djvu creation scripts
Diffstat (limited to 'extras/mkpdf.sh')
-rwxr-xr-xextras/mkpdf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/mkpdf.sh b/extras/mkpdf.sh
index a2ba2c7..6ea7e08 100755
--- a/extras/mkpdf.sh
+++ b/extras/mkpdf.sh
@@ -1,6 +1,7 @@
#!/bin/sh
# See COPYING file for copyright and license details.
#
+# Makes a PDF
# Requires imagemagick
test $# -ne 1 && echo "Usage: $0 bookdir" && exit 1