aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2009-02-28 13:23:20 +0000
committerEli Zaretskii <[email protected]>2009-02-28 13:23:20 +0000
commit3122b0732a1da6de74bbfa1a45a56ba7b393bd0f (patch)
treef9d4fb379f5fe4c99bad3250a963a73073864670
parenta4aee864ad4655ad2cfa691eae5f3797e2f38bcd (diff)
(Making links to `info'): Remove .gitignore.
-rw-r--r--ChangeLog4
-rwxr-xr-xmake-dist2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3ee564cf1..070c6f17b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-28 Eli Zaretskii <[email protected]>
+
+ * make-dist (Making links to `info'): Remove .gitignore.
+
2009-02-28 Stefan Monnier <[email protected]>
* Makefile.in (lib-src, lisp): Use simpler rule.
diff --git a/make-dist b/make-dist
index d959b47782..0eb2b9a417 100755
--- a/make-dist
+++ b/make-dist
@@ -664,7 +664,7 @@ echo "Making links to \`info'"
cd ../${tempdir}/info
# Avoid an error when expanding the wildcards later.
ln emacs dummy~ ; ln emacs \#dummy\#
- rm -f *~ \#*\# core .arch-inventory)
+ rm -f *~ \#*\# core .arch-inventory .gitignore)
echo "Making links to \`doc/emacs'"
(cd doc/emacs