summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpavet2004-09-21 14:28:03 +0000
committerpavet2004-09-21 14:28:03 +0000
commitb59535fa1f671618a14f4f716348e70473f38aeb (patch)
tree3c26bf02c42a0589efd1d749fdff17fa9ae9b56f
parent04948d0e6b895066400d8a8b1f030a7aa1d44fec (diff)
downloadivycpy-vinit-b59535fa1f671618a14f4f716348e70473f38aeb.zip
ivycpy-vinit-b59535fa1f671618a14f4f716348e70473f38aeb.tar.gz
ivycpy-vinit-b59535fa1f671618a14f4f716348e70473f38aeb.tar.bz2
ivycpy-vinit-b59535fa1f671618a14f4f716348e70473f38aeb.tar.xz
traitement fichier de service cvs
-rw-r--r--GNUmakefile.in4
1 files 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