summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-09-29 20:43:49 +0100
committerNick White <git@njw.me.uk>2011-09-29 20:43:49 +0100
commit017e5e899259912db56fa25d2ee075dc6ae12be6 (patch)
treef34387c246a33f531f05902c0909ef0aa204203c /Makefile
parent0c843b58022df5efd124a055d0df651b00e73318 (diff)
Add short install instructions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 746681e..f76bb09 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ NAME = getxbook
SRC = getgbook.c getabook.c
LIB = util.o
SCRIPTS = makebookpdf.sh getxbookgui
-DOC = README COPYING LEGAL
+DOC = README COPYING INSTALL LEGAL
BIN = $(SRC:.c=)
MAN = $(SRC:.c=.1)