From e8db5753e74b793a48e402a98e72d3c21a94fc9d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 27 Dec 1997 12:01:34 +0000 Subject: [PATCH] Omit the CVS/ directory when creating a distribution archive. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 40a4379..c7abd0b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/12/27 11:57:11 mj Exp $ +# $Id: Makefile,v 1.3 1997/12/27 12:01:34 mj Exp $ # Makefile for Linux PCI Utilities # (c) 1997 Martin Mares @@ -23,4 +23,4 @@ install: all install -o root -g root -m 644 pci.ids $(PREFIX)/etc dist: clean - sh -c 'X=`pwd` ; X=`basename $$X` ; cd .. ; tar czvvf /tmp/$$X.tar.gz $$X' + sh -c 'X=`pwd` ; X=`basename $$X` ; cd .. ; tar czvvf /tmp/$$X.tar.gz $$X --exclude CVS' -- 2.39.5