summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
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 /GNUmakefile
parent0b832ea466cb013de2530f230d9a9ea9f1cd5641 (diff)
Initial man page.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index af6c9343..346417e0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.2 2007-11-09 11:02:01 nicm Exp $
+# $Id: GNUmakefile,v 1.3 2007-11-09 15:23:28 nicm Exp $
.PHONY: clean
@@ -75,6 +75,7 @@ depend: $(SRCS)
install:
$(INSTALLBIN) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
+ $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/man/man1/
clean:
rm -f $(CLEANFILES)