(install-arch-indep): Filter CVS as well as RCS.
This commit is contained in:
parent
ac4c2e6b4d
commit
b992884d9f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-05-09 Dave Love <fx@gnu.org>
|
||||
|
||||
* Makefile.in (install-arch-indep): Filter CVS as well as RCS.
|
||||
|
||||
2000-05-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* make-dist: Make a link for lib-src/grep-changelog. Copy
|
||||
|
|
|
@ -337,7 +337,7 @@ install-arch-indep: mkdir info
|
|||
&& (echo "Copying $${dir} to $${dest}..." ; \
|
||||
(cd $${dir}; tar -cf - . ) \
|
||||
|(cd $${dest};umask 022; tar -xvf - && cat > /dev/null); \
|
||||
for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
|
||||
for subdir in `find $${dest} -type d ! -name RCS ! -name CVS -print` ; do \
|
||||
chmod a+rx $${subdir} ; \
|
||||
rm -rf $${subdir}/RCS ; \
|
||||
rm -rf $${subdir}/CVS ; \
|
||||
|
@ -611,7 +611,7 @@ check:
|
|||
dist:
|
||||
cd ${srcdir}; ./make-dist
|
||||
|
||||
.PHONY: info dvi dist check
|
||||
.PHONY: info dvi dist check html
|
||||
force-info:
|
||||
info: force-info
|
||||
# Note that man/Makefile knows how to
|
||||
|
|
Loading…
Add table
Reference in a new issue