summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-09 15:23:28 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-09 15:23:28 +0000
commitd9b85594f8b52c10ba4e435e40304312abdb701f (patch)
tree8095812a9a8cdd86d842e3c0e6c3a4853e245255 /Makefile
parent0b832ea466cb013de2530f230d9a9ea9f1cd5641 (diff)
Initial man page.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d55eb579..431eeedd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.37 2007-11-09 11:02:01 nicm Exp $
+# $Id: Makefile,v 1.38 2007-11-09 15:23:28 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -87,3 +87,4 @@ clean:
install: all
${INSTALLBIN} ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
+ ${INSTALLMAN} ${PROG}.1 ${DESTDIR}${PREFIX}/man/man1/