summaryrefslogtreecommitdiff
path: root/extras/mkpdf.sh
diff options
context:
space:
mode:
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