summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpavet2004-10-11 07:57:10 +0000
committerpavet2004-10-11 07:57:10 +0000
commitcb3b69a388da4eb9453e8d709933cfaf1671110a (patch)
treeef878ce8f0e08443aec16d05a84d0f5cf9e998c8
parentf46d09e16d76caec85667a630f59210a501a1739 (diff)
downloadivycpy-vinit-cb3b69a388da4eb9453e8d709933cfaf1671110a.zip
ivycpy-vinit-cb3b69a388da4eb9453e8d709933cfaf1671110a.tar.gz
ivycpy-vinit-cb3b69a388da4eb9453e8d709933cfaf1671110a.tar.bz2
ivycpy-vinit-cb3b69a388da4eb9453e8d709933cfaf1671110a.tar.xz
install doc ; on laisse de cote CVS\*
-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