summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <hg@njw.me.uk>2011-08-02 20:43:16 +0100
committerNick White <hg@njw.me.uk>2011-08-02 20:43:16 +0100
commitce9df0c08b450ccbe4700ee6dab4a75ecaf2d32b (patch)
treea803f7877fc5b93af41e2664facb3da177f79629 /Makefile
parent99ad99f6c360451305796b895419382e76c93970 (diff)
Rename makebookpdf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 395f927..986f990 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ NAME = getxbook
SRC = getgbook.c
LIB = util.o
-SCRIPTS = getgmissing.sh makepdf.sh
+SCRIPTS = getgmissing.sh makebookpdf.sh
BIN = $(SRC:.c=)
OBJ = $(SRC:.c=.o) $(LIB)