diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4440cac823f..bd6453644de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/Makefile.in b/Makefile.in index 4095976d7f9..44c5cba7d9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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}/*~ ; \ |