Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
102321:cad10434c243 | 102322:c86e2f4ec9f8 |
---|---|
662 ln `find . -type f -print | grep -v CVS | grep -v RCS | grep -v cvsignore` ../${tempdir}/info | 662 ln `find . -type f -print | grep -v CVS | grep -v RCS | grep -v cvsignore` ../${tempdir}/info |
663 #ln [a-zA-Z]* ../${tempdir}/info | 663 #ln [a-zA-Z]* ../${tempdir}/info |
664 cd ../${tempdir}/info | 664 cd ../${tempdir}/info |
665 # Avoid an error when expanding the wildcards later. | 665 # Avoid an error when expanding the wildcards later. |
666 ln emacs dummy~ ; ln emacs \#dummy\# | 666 ln emacs dummy~ ; ln emacs \#dummy\# |
667 rm -f *~ \#*\# core .arch-inventory) | 667 rm -f *~ \#*\# core .arch-inventory .gitignore) |
668 | 668 |
669 echo "Making links to \`doc/emacs'" | 669 echo "Making links to \`doc/emacs'" |
670 (cd doc/emacs | 670 (cd doc/emacs |
671 ln *.texi *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/emacs | 671 ln *.texi *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/emacs |
672 ln makefile.w32-in ../../${tempdir}/doc/emacs | 672 ln makefile.w32-in ../../${tempdir}/doc/emacs |