(install): Remove CVS related and backup files from
installation directory.
This commit is contained in:
parent
844062627c
commit
069e609896
2 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue