-- Made Makefile install man pages in the correct location.

This commit is contained in:
dfs
1998-01-17 22:09:44 +00:00
parent 5a22d20ed4
commit 2fe7595d76
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Makefile.in for REMIND
#
# $Id: Makefile.in,v 1.3 1998-01-17 04:50:50 dfs Exp $
# $Id: Makefile.in,v 1.4 1998-01-17 22:09:44 dfs Exp $
VERSION= 03.00.18
SHELL= /bin/sh
@@ -45,7 +45,7 @@ remind: $(REMINDOBJS)
install: all
$(INSTALL_PROGRAM) $(PROGS) $(SCRIPTS) $(bindir)
$(INSTALL_DATA) $(MANS) $(mandir)
$(INSTALL_DATA) $(MANS) $(mandir)/man1
clean:
rm -f *.o *~ core *.bak $(PROGS)