head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.11.08.11.48.04;	author markm;	state dead;
branches;
next	1.1;

1.1
date	99.03.17.11.52.46;	author markm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@This software is old and unmaintained. Remove.
@
text
@--- man/Makefile.in.orig	Sat Feb  7 21:54:57 1998
+++ man/Makefile.in	Sun Feb 14 14:56:52 1999
@@@@ -6,11 +6,16 @@@@
 # $Id: Makefile.in,v 1.3.2.4.2.1 1997/08/27 03:57:21 quark Exp $
 #
 
-MAN1=pgp.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
+# Change this to pgp5 if you want old and new versions in parallel
+INSTPGP=pgp5
+MAN1=$(INSTPGP).1 pgpe.1 pgpk.1 pgps.1 pgpv.1
 MAN5=pgp.cfg.5
 MAN7=pgp-integration.7 pgp-intro.7
 
-install::
+$(INSTPGP).1:	pgp.1
+	$(LN_S) ${.OODATE} ${.TARGET}
+
+install:: $(INSTPGP).1
 	if test 'x$(MAN1)' != x; then \
 		if test ! -d $(DESTDIR)$(mandir)/man1; then \
 			mkdir -p $(DESTDIR)$(mandir)/man1; \
@


1.1
log
@Fix filenames so that this can co-exist with PGP 2.*
@
text
@@

