From 80c829c1e16c934ccfffcb534ab0dfdd7ab49e13 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 8 Nov 1994 18:54:33 +0000 Subject: Don't install Makefile --- share/examples/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/examples/Makefile') diff --git a/share/examples/Makefile b/share/examples/Makefile index efbe980..bfff8ff 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1994/10/24 09:56:42 sos Exp $ +# $Id: Makefile,v 1.11 1994/11/08 03:58:52 phk Exp $ # # Doing a make install builds /usr/share/examples @@ -22,7 +22,8 @@ copies: @-for a in ${DIRS}; do \ rm -rf ${DDIR}/$$a; \ done - find ${DIRS} -print | grep -v /CVS | cpio -dumpv ${DDIR} + find ${DIRS} -print | grep -v /CVS | \ + grep -v Makefile | cpio -dumpv ${DDIR} symlinks: @${ECHO} installing symlinks in ${DDIR} -- cgit v1.1