diff options
| author | Seiji Zenitani | 2009-08-16 03:16:33 +0000 |
|---|---|---|
| committer | Seiji Zenitani | 2009-08-16 03:16:33 +0000 |
| commit | 2ec536de9457ca2460592c1996f443eafb3dbd20 (patch) | |
| tree | 55f8ffc378164eaea9c92bcedb7fdf5d06a19f45 | |
| parent | e1bdde781814f254e61ed54478bcef087009429b (diff) | |
| download | emacs-2ec536de9457ca2460592c1996f443eafb3dbd20.tar.gz emacs-2ec536de9457ca2460592c1996f443eafb3dbd20.zip | |
* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-08-15 CHENG Gao <chenggao@gmail.com> | ||
| 2 | |||
| 3 | * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). | ||
| 4 | |||
| 1 | 2009-08-02 Kevin Ryde <user42@zip.com.au> | 5 | 2009-08-02 Kevin Ryde <user42@zip.com.au> |
| 2 | 6 | ||
| 3 | * INSTALL: Fix free fonts URL. | 7 | * 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 | |||
| 489 | rm -f $${subdir}/.cvsignore ; \ | 489 | rm -f $${subdir}/.cvsignore ; \ |
| 490 | rm -f $${subdir}/.gitignore ; \ | 490 | rm -f $${subdir}/.gitignore ; \ |
| 491 | rm -f $${subdir}/.arch-inventory ; \ | 491 | rm -f $${subdir}/.arch-inventory ; \ |
| 492 | rm -f $${subdir}/.DS_Store ; \ | ||
| 492 | rm -f $${subdir}/\#* ; \ | 493 | rm -f $${subdir}/\#* ; \ |
| 493 | rm -f $${subdir}/.\#* ; \ | 494 | rm -f $${subdir}/.\#* ; \ |
| 494 | rm -f $${subdir}/*~ ; \ | 495 | rm -f $${subdir}/*~ ; \ |