-- Made "install" target strip binaries.

This commit is contained in:
dfs
1998-01-20 03:14:20 +00:00
parent 01455ed0c2
commit c0d14e6d62
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Makefile.in for REMIND
#
# $Id: Makefile.in,v 1.5 1998-01-19 03:07:18 dfs Exp $
# $Id: Makefile.in,v 1.6 1998-01-20 03:14:20 dfs Exp $
VERSION= 03.00.18
SHELL= /bin/sh
@@ -45,6 +45,8 @@ remind: $(REMINDOBJS)
install: all
$(INSTALL_PROGRAM) $(PROGS) $(SCRIPTS) $(bindir)
-strip $(bindir)/remind
-strip $(bindir)/rem2ps
$(INSTALL_DATA) $(MANS) $(mandir)/man1
clean:

View File

@@ -10,7 +10,7 @@
/* */
/***************************************************************/
/* $Id: custom.h,v 1.6 1998-01-19 03:33:54 dfs Exp $ */
/* $Id: custom.h,v 1.7 1998-01-20 03:14:20 dfs Exp $ */
/*---------------------------------------------------------------------*/
/* LAT_DEG, LAT_MIN and LAT_SEC: Latitude of your location */

View File

@@ -1,6 +1,6 @@
/***************************************************************/
/* */
/* CUSTOM.H */
/* CUSTOM.H.IN */
/* */
/* Contains various configuration parameters for Remind */
/* which you can customize. */
@@ -10,7 +10,7 @@
/* */
/***************************************************************/
/* $Id: custom.h.in,v 1.1 1998-01-19 03:07:18 dfs Exp $ */
/* $Id: custom.h.in,v 1.2 1998-01-20 03:14:20 dfs Exp $ */
/*---------------------------------------------------------------------*/
/* LAT_DEG, LAT_MIN and LAT_SEC: Latitude of your location */