From cb3b69a388da4eb9453e8d709933cfaf1671110a Mon Sep 17 00:00:00 2001 From: pavet Date: Mon, 11 Oct 2004 07:57:10 +0000 Subject: install doc ; on laisse de cote CVS\* --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 347268a..7a3f138 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -156,7 +156,7 @@ install:: $(DOCS) $(EXAMPLES) # 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 f ! \( -name '.cvsignore' -o -name 'CVS*' \) -exec cp -p {} $(PKGDOCDIR)/{} ";" .PHONY: default install VERSION -- cgit v1.1