summaryrefslogtreecommitdiff
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
parent0c843b58022df5efd124a055d0df651b00e73318 (diff)
Add short install instructions
-rw-r--r--INSTALL7
-rw-r--r--Makefile2
2 files changed, 8 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..0216db6
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,7 @@
+Edit config.mk to match your local setup (getxbook is installed
+into the /usr/local namespace by default).
+
+Afterwards enter the following command to build and install
+getxbook (if necessary as root):
+
+ make clean install
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)