Mercurial > emacs
diff make-dist @ 89913:6d8448173335
Updated unicode branch
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 19 Apr 2004 07:18:52 +0000 |
parents | 375f2633d815 |
children | 59dcbfe97385 |
line wrap: on
line diff
--- a/make-dist Mon Apr 19 07:12:41 2004 +0000 +++ b/make-dist Mon Apr 19 07:18:52 2004 +0000 @@ -512,7 +512,8 @@ echo "Making links to \`nt/icons'" (cd nt/icons - ln [a-z]*.ico ../../${tempdir}/nt/icons) + ln [a-z]*.ico ../../${tempdir}/nt/icons + ln [a-z]*.cur ../../${tempdir}/nt/icons) echo "Making links to \`mac'" (cd mac @@ -614,9 +615,9 @@ echo "Making links to \`lispref'" (cd lispref - ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref - ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref - ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref + ln `ls -1 *.texi` ../${tempdir}/lispref + ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref + ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref test -f README && ln README ../${tempdir}/lispref test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref ln ChangeLog ../${tempdir}/lispref @@ -704,4 +705,5 @@ rm -rf ${tempparent} fi +# arch-tag: 26e3eb50-a394-4ab2-82b2-d8e5af500de7 ### make-dist ends here