summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent3f408e55b4ce41f0e6dc2bab37384e3a29fe1808 (diff)
Add djvu creation scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68a300c..b2c3979 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ SRC = getgbook.c getabook.c getbnbook.c
LIB = util.o
GUI = getxbookgui.tcl
DOC = README COPYING INSTALL LEGAL
-EXTRAS = extras/mkpdf.sh extras/mkocrpdf.sh extras/mkocrtxt.sh
+EXTRAS = extras/mkpdf.sh extras/mkocrpdf.sh extras/mkdjvu.sh extras/mkocrtxt.sh extras/mkocrdjvu.sh
BIN = $(SRC:.c=)
MAN = $(SRC:.c=.1)