* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
This commit is contained in:
parent
e1bdde7818
commit
2ec536de94
2 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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}/*~ ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue