Make links for files under lisp/language.
This commit is contained in:
parent
bfd9904870
commit
a78c106de9
1 changed files with 8 additions and 1 deletions
|
@ -225,7 +225,7 @@ echo "Updating version number in README"
|
|||
|
||||
|
||||
echo "Creating subdirectories"
|
||||
for subdir in lisp lisp/term site-lisp \
|
||||
for subdir in lisp lisp/term lisp/language site-lisp \
|
||||
src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
|
||||
nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet \
|
||||
etc etc/e lock cpp info man msdos vms; do
|
||||
|
@ -267,6 +267,13 @@ echo "Making links to \`lisp/term'"
|
|||
ln README ../../${tempdir}/lisp/term
|
||||
rm -f =* TAGS)
|
||||
|
||||
echo "Making links to \`lisp/term'"
|
||||
### Don't distribute =*.el files or TAGS.
|
||||
(cd lisp/language
|
||||
ln [a-zA-Z]*.el ../../${tempdir}/lisp/language
|
||||
ln [a-zA-Z]*.elc ../../${tempdir}/lisp/language
|
||||
rm -f =* TAGS)
|
||||
|
||||
echo "Making links to \`src'"
|
||||
### Don't distribute =*.[ch] files, or the configured versions of
|
||||
### config.in, paths.in, or Makefile.in, or TAGS.
|
||||
|
|
Loading…
Add table
Reference in a new issue