summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2009-04-12 11:22:13 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2009-04-12 11:22:13 +0000
commite30f183b211f7f4af55d5a9630167fc6d066196f (patch)
tree821b7b53b1915f1a195a074dba0b2e9e63173aae /leim
parent1df98dfb65fa0571ed810667d0bc79347b824961 (diff)
downloademacs-e30f183b211f7f4af55d5a9630167fc6d066196f.tar.gz
(install): Remove .gitignore files.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog4
-rw-r--r--leim/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 4ada61d4c5a..e27b95dfc55 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
+
+ * Makefile.in (install): Remove .gitignore files.
+
2009-03-19 Kenichi Handa <handa@m17n.org>
* leim-ext.el: Change the encoding to utf-8.
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 3a4343ce9a3..8c394bf2185 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -242,6 +242,7 @@ install: all
fi; \
rm -rf ${INSTALLDIR}/CVS ${INSTALLDIR}/*/CVS; \
rm -f ${INSTALLDIR}/.cvsignore ${INSTALLDIR}/*/.cvsignore; \
+ rm -f ${INSTALLDIR}/.gitignore ${INSTALLDIR}/*/.gitignore; \
rm -f ${INSTALLDIR}/.arch-inventory ${INSTALLDIR}/*/.arch-inventory; \
rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \
rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \