* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).

This commit is contained in:
Seiji Zenitani 2009-08-16 03:16:33 +00:00
parent e1bdde7818
commit 2ec536de94
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-08-15 CHENG Gao <chenggao@gmail.com>
* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2009-08-02 Kevin Ryde <user42@zip.com.au>
* INSTALL: Fix free fonts URL.

View file

@ -489,6 +489,7 @@ install-arch-indep: mkdir info install-etc
rm -f $${subdir}/.cvsignore ; \
rm -f $${subdir}/.gitignore ; \
rm -f $${subdir}/.arch-inventory ; \
rm -f $${subdir}/.DS_Store ; \
rm -f $${subdir}/\#* ; \
rm -f $${subdir}/.\#* ; \
rm -f $${subdir}/*~ ; \