summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile.in2
1 files changed, 1 insertions, 1 deletions
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