Updated unicode branch
This commit is contained in:
parent
cda62d166b
commit
1ec5e09ebe
2 changed files with 5829 additions and 1962 deletions
10
make-dist
10
make-dist
|
@ -512,7 +512,8 @@ echo "Making links to \`nt/inc/netinet'"
|
|||
|
||||
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 \`man'"
|
|||
|
||||
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 @@ else
|
|||
rm -rf ${tempparent}
|
||||
fi
|
||||
|
||||
# arch-tag: 26e3eb50-a394-4ab2-82b2-d8e5af500de7
|
||||
### make-dist ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue