mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* make-dist: Include `./lisp/calc-2.02' in the distribution.
Add `./cpp', `./info', and `./man' back into the distribution.
This commit is contained in:
parent
9d0d777ceb
commit
fda4e8f6d1
49
make-dist
49
make-dist
@ -101,7 +101,7 @@ ln make-dist ${tempdir}
|
||||
cp config.sub ${tempdir}
|
||||
|
||||
echo "Creating subdirectories."
|
||||
for subdir in lisp lisp/term local-lisp external-lisp \
|
||||
for subdir in lisp lisp/calc-2.02 lisp/term local-lisp external-lisp \
|
||||
src src/m src/s lib-src oldXMenu \
|
||||
etc lock cpp info man shortnames vms; do
|
||||
mkdir ${tempdir}/${subdir}
|
||||
@ -120,6 +120,16 @@ echo "Making links to \`lisp'."
|
||||
rm -f site-load site-load.el site-load.elc
|
||||
rm -f default default.el default.elc)
|
||||
|
||||
echo "Making links to \`lisp/calc-2.02'."
|
||||
### Don't distribute =*.el files or backups.
|
||||
(cd lisp/calc-2.02
|
||||
ln [a-zA-Z]*.el ../../${tempdir}/lisp/calc-2.02
|
||||
ln [a-zA-Z]*.elc ../../${tempdir}/lisp/calc-2.02
|
||||
ln calc.info* calc.texinfo calc-refcard.* ../../${tempdir}/lisp/calc-2.02
|
||||
ln INSTALL Makefile README README.prev ../../${tempdir}/lisp/calc-2.02
|
||||
cd ../../${tempdir}/lisp/calc-2.02
|
||||
rm -f *~)
|
||||
|
||||
echo "Making links to \`lisp/term'."
|
||||
### Don't distribute =*.el files.
|
||||
(cd lisp/term
|
||||
@ -186,25 +196,24 @@ echo "Making links to \`etc'."
|
||||
done
|
||||
rm -f DOC* *~ \#*\# *.dvi *.log core)
|
||||
|
||||
### For now, we comment these out, since I'm not changing them any.
|
||||
###!! echo "Making links to \`cpp'."
|
||||
###!! (cd cpp
|
||||
###!! ln cccp.c cexp.y Makefile README ../${tempdir}/cpp)
|
||||
###!!
|
||||
###!! echo "Making links to \`info'."
|
||||
###!! # Don't distribute backups or autosaves.
|
||||
###!! (cd info
|
||||
###!! ln [a-zA-Z]* ../${tempdir}/info
|
||||
###!! cd ../${tempdir}/info
|
||||
###!! # Avoid an error when expanding the wildcards later.
|
||||
###!! ln emacs dummy~ ; ln emacs \#dummy\#
|
||||
###!! rm -f *~ \#*\# core)
|
||||
###!!
|
||||
###!! echo "Making links to \`man'."
|
||||
###!! (cd man
|
||||
###!! ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
|
||||
###!! ln *.c ../${tempdir}/man
|
||||
###!! ln ChangeLog Makefile README split-man ../${tempdir}/man)
|
||||
echo "Making links to \`cpp'."
|
||||
(cd cpp
|
||||
ln cccp.c cexp.y Makefile README ../${tempdir}/cpp)
|
||||
|
||||
echo "Making links to \`info'."
|
||||
# Don't distribute backups or autosaves.
|
||||
(cd info
|
||||
ln [a-zA-Z]* ../${tempdir}/info
|
||||
cd ../${tempdir}/info
|
||||
# Avoid an error when expanding the wildcards later.
|
||||
ln emacs dummy~ ; ln emacs \#dummy\#
|
||||
rm -f *~ \#*\# core)
|
||||
|
||||
echo "Making links to \`man'."
|
||||
(cd man
|
||||
ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
|
||||
ln *.c ../${tempdir}/man
|
||||
ln ChangeLog Makefile README split-man ../${tempdir}/man)
|
||||
|
||||
echo "Making links to \`shortnames'."
|
||||
(cd shortnames
|
||||
|
Loading…
Reference in New Issue
Block a user