aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2009-04-12 11:22:13 +0000
committerAndreas Schwab <[email protected]>2009-04-12 11:22:13 +0000
commit5ae051fd3bd40c52ed17dbf98580f42043a82ac4 (patch)
treef8dbc58525d097f8a61f0569847d2bff1a5ff516 /leim
parentcea426d36470884a92404c1c889235d2a5ae46b7 (diff)
(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 4ada61d4c5..e27b95dfc5 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-12 Andreas Schwab <[email protected]>
+
+ * Makefile.in (install): Remove .gitignore files.
+
2009-03-19 Kenichi Handa <[email protected]>
* leim-ext.el: Change the encoding to utf-8.
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 3a4343ce9a..8c394bf218 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}/*/.\#* ; \