summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-08-18 14:32:17 +0100
committerNick White <git@njw.me.uk>2012-08-18 14:32:17 +0100
commit99019fb1cd807b9c395300c6af6adda0a772cc1c (patch)
tree096f0dd759c489cd954e72a42ffb99675f448daf /Makefile
parent6541ca4799cc19a412722615fa3dfce3a16109c9 (diff)
Add tool overview manpage, getxbook(1)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9cd3eb..e41d6e8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ DOC = README COPYING INSTALL LEGAL
EXTRAS = extras/mkpdf.sh extras/mkocrpdf.sh extras/mkdjvu.sh extras/mkocrtxt.sh extras/mkocrdjvu.sh
BIN = $(SRC:.c=)
-MAN = $(SRC:.c=.1) $(GUI:.tcl=.1)
+MAN = $(SRC:.c=.1) $(GUI:.tcl=.1) $(NAME).1
OBJ = $(SRC:.c=.o) $(LIB)
all: $(BIN)