Mercurial > emacs
changeset 1792:1136bc94d196
* make-dist: Include `./lisp/calc-2.02' in the distribution.
Add `./cpp', `./info', and `./man' back into the distribution.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 14 Jan 1993 17:30:26 +0000 |
parents | 4e554ea437ed |
children | cf4c3f01ddb9 |
files | make-dist |
diffstat | 1 files changed, 29 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Thu Jan 14 16:15:54 1993 +0000 +++ b/make-dist Thu Jan 14 17:30:26 1993 +0000 @@ -101,7 +101,7 @@ 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 @@ 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 @@ 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