Create bindir and mandir/man1

This commit is contained in:
dfs
2005-04-12 00:57:56 +00:00
parent c78c284f19
commit 2212d1eebe

View File

@@ -1,6 +1,6 @@
# Makefile.in for REMIND
#
# $Id: Makefile.in,v 1.18 2004-08-11 14:54:11 dfs Exp $
# $Id: Makefile.in,v 1.19 2005-04-12 00:57:56 dfs Exp $
VERSION=03.00.23
SHELL= /bin/sh
@@ -49,11 +49,13 @@ remind: $(REMINDOBJS)
@CC@ @LDFLAGS@ -o remind $(REMINDOBJS) @LIBS@
install: all
-mkdir -p $(bindir)
for prog in $(PROGS) $(SCRIPTS) ; do \
$(INSTALL_PROGRAM) $$prog $(bindir) ; \
done
-strip $(bindir)/remind
-strip $(bindir)/rem2ps
-mkdir -p $(mandir)/man1
for man in $(MANS) ; do \
$(INSTALL_DATA) $$man $(mandir)/man1 ; \
done