From 9183ab7bd0663fe637b75ba8ce55b79c59ef73e3 Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 23 Oct 1999 12:55:35 +0000 Subject: [PATCH] The `CVS' directory can't be hardlinked. Don't worry about this overmuch. --- Makefile.m4 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index 06e1b7d..d209903 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.1 1999/09/03 08:41:11 mdw Exp $ +## $Id: Makefile.m4,v 1.2 1999/10/23 12:55:35 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,9 +29,13 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ -## Revision 1.1 1999/09/03 08:41:11 mdw -## Initial import. +## Revision 1.2 1999/10/23 12:55:35 mdw +## The `CVS' directory can't be hardlinked. Don't worry about this +## overmuch. ## +## Install headers in the right directory. +## +## Revision 1.2 1999/10/23 12:55:35 mdw ## The `CVS' directory can't be hardlinked. Don't worry about this ## overmuch. ## @@ -129,7 +133,7 @@ mptypes_LDADD = man_MANS = key.1 keyring.5 ## --- Other handy definitions --- - @ln $(srcdir)/tests/* $(distdir)/tests + EXTRA_DIST = Makefile.m4 genmodes $(man_MANS) dist-hook: -- 2.11.0