From b59535fa1f671618a14f4f716348e70473f38aeb Mon Sep 17 00:00:00 2001 From: pavet Date: Tue, 21 Sep 2004 14:28:03 +0000 Subject: traitement fichier de service cvs --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 49bc898..d2cd687 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -132,8 +132,8 @@ install:: $(DOCS) $(EXAMPLES) $(INSTALL_DIR) $(PKGDOCDIR) # cp -rp docs/* $(PKGDOCDIR) cd docs && \ - find . -type d ! \( -name 'CVS*' -o -name '.' \) -exec install -d $(PKGDOCDIR)/{} ";" && \ - find . -type f ! -name '.cvsignore' -exec cp -p {} $(PKGDOCDIR)/{} ";" + find . -type d ! \( -path '*CVS*' -o -path '.' \) -exec install -d $(PKGDOCDIR)/{} ";" && \ + find . -type f ! \( -path '*.cvsignore' -o -path '*CVS*' \) -exec cp -p {} $(PKGDOCDIR)/{} ";" .PHONY: default install VERSION -- cgit v1.1