diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-06 18:11:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-06 18:11:39 +0000 |
commit | 56c31c8748d513dc321a6514040d52807b28fda1 (patch) | |
tree | e179ee53495c881470ca0dfc42997c1b15c4129f /make-dist | |
parent | a5d117a3f4bda1afb4b6261db0fb009c7a9aca7a (diff) | |
download | emacs-56c31c8748d513dc321a6514040d52807b28fda1.tar.gz |
Don't include calc directory.
Exclude many files in the man directory; copy a few.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/make-dist b/make-dist index e82beca162a..33332333efe 100755 --- a/make-dist +++ b/make-dist @@ -108,7 +108,7 @@ cp config.sub ${tempdir} echo "Creating subdirectories." # I think we're not going to distribute anything in external-lisp, so # I've removed it from this list. -for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \ +for subdir in lisp lisp/term local-lisp \ src src/m src/s src/bitmaps lib-src oldXMenu \ etc lock cpp info man shortnames vms; do mkdir ${tempdir}/${subdir} @@ -128,15 +128,15 @@ 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, TAGS 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 *~ TAGS) +#echo "Making links to \`lisp/calc-2.02'." +#### Don't distribute =*.el files, TAGS 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 *~ TAGS) echo "Making links to \`lisp/term'." ### Don't distribute =*.el files or TAGS. @@ -230,7 +230,10 @@ echo "Making links to \`man'." ln *.c ../${tempdir}/man test -f README && ln README ../${tempdir}/man test -f Makefile && ln Makefile ../${tempdir}/man - ln ChangeLog split-man ../${tempdir}/man) + ln ChangeLog split-man ../${tempdir}/man + cp texinfo.tex texindex.c ../${tempdir}/man + rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail + rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) echo "Making links to \`shortnames'." (cd shortnames |