Mercurial > emacs
diff make-dist @ 102322:c86e2f4ec9f8
(Making links to `info'): Remove .gitignore.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 28 Feb 2009 13:22:42 +0000 |
| parents | aec1dc534703 |
| children | a4c64847c698 |
line wrap: on
line diff
--- a/make-dist Sat Feb 28 12:05:36 2009 +0000 +++ b/make-dist Sat Feb 28 13:22:42 2009 +0000 @@ -664,7 +664,7 @@ 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
