diff options
author | Nick White <git@njw.me.uk> | 2011-09-29 20:43:49 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-29 20:43:49 +0100 |
commit | 017e5e899259912db56fa25d2ee075dc6ae12be6 (patch) | |
tree | f34387c246a33f531f05902c0909ef0aa204203c /Makefile | |
parent | 0c843b58022df5efd124a055d0df651b00e73318 (diff) |
Add short install instructions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |