mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(Making links to `info'): Remove .gitignore.
This commit is contained in:
parent
a4aee864ad
commit
3122b0732a
@ -1,3 +1,7 @@
|
||||
2009-02-28 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* make-dist (Making links to `info'): Remove .gitignore.
|
||||
|
||||
2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* Makefile.in (lib-src, lisp): Use simpler rule.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user