From d9b85594f8b52c10ba4e435e40304312abdb701f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 9 Nov 2007 15:23:28 +0000 Subject: Initial man page. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit