mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
-- Made "install" target strip binaries.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user