(install): Remove CVS related and backup files from

installation directory.
This commit is contained in:
Andreas Schwab 2003-04-05 19:07:30 +00:00
parent 844062627c
commit 069e609896
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-04-05 Andreas Schwab <schwab@suse.de>
* Makefile.in (install): Remove CVS related and backup files from
installation directory.
2003-02-27 David Kastrup <dak@gnu.org>
* quail/greek.el (greek-babel): add koronis transliteration.

View file

@ -213,8 +213,13 @@ install: all
tar -chf - quail/* ja-dic \
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
fi; \
rm -rf ${INSTALLDIR}/CVS ${INSTALLDIR}/*/CVS; \
rm -f ${INSTALLDIR}/.cvsignore ${INSTALLDIR}/*/.cvsignore; \
rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \
rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \
rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \
rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \
else true; fi
-rm -f ${INSTALLDIR}/.cvsignore ${INSTALLDIR}/*/.cvsignore
-chmod -R a+r ${INSTALLDIR}
clean mostlyclean: