diff options
| author | Richard M. Stallman | 1993-05-06 18:11:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-06 18:11:39 +0000 |
| commit | 56c31c8748d513dc321a6514040d52807b28fda1 (patch) | |
| tree | e179ee53495c881470ca0dfc42997c1b15c4129f | |
| parent | a5d117a3f4bda1afb4b6261db0fb009c7a9aca7a (diff) | |
| download | emacs-56c31c8748d513dc321a6514040d52807b28fda1.tar.gz emacs-56c31c8748d513dc321a6514040d52807b28fda1.zip | |
Don't include calc directory.
Exclude many files in the man directory; copy a few.
| -rwxr-xr-x | make-dist | 25 |
1 files changed, 14 insertions, 11 deletions
| @@ -108,7 +108,7 @@ cp config.sub ${tempdir} | |||
| 108 | echo "Creating subdirectories." | 108 | echo "Creating subdirectories." |
| 109 | # I think we're not going to distribute anything in external-lisp, so | 109 | # I think we're not going to distribute anything in external-lisp, so |
| 110 | # I've removed it from this list. | 110 | # I've removed it from this list. |
| 111 | for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \ | 111 | for subdir in lisp lisp/term local-lisp \ |
| 112 | src src/m src/s src/bitmaps lib-src oldXMenu \ | 112 | src src/m src/s src/bitmaps lib-src oldXMenu \ |
| 113 | etc lock cpp info man shortnames vms; do | 113 | etc lock cpp info man shortnames vms; do |
| 114 | mkdir ${tempdir}/${subdir} | 114 | mkdir ${tempdir}/${subdir} |
| @@ -128,15 +128,15 @@ echo "Making links to \`lisp'." | |||
| 128 | rm -f site-load site-load.el site-load.elc | 128 | rm -f site-load site-load.el site-load.elc |
| 129 | rm -f default default.el default.elc) | 129 | rm -f default default.el default.elc) |
| 130 | 130 | ||
| 131 | echo "Making links to \`lisp/calc-2.02'." | 131 | #echo "Making links to \`lisp/calc-2.02'." |
| 132 | ### Don't distribute =*.el files, TAGS or backups. | 132 | #### Don't distribute =*.el files, TAGS or backups. |
| 133 | (cd lisp/calc-2.02 | 133 | #(cd lisp/calc-2.02 |
| 134 | ln [a-zA-Z]*.el ../../${tempdir}/lisp/calc-2.02 | 134 | # ln [a-zA-Z]*.el ../../${tempdir}/lisp/calc-2.02 |
| 135 | ln [a-zA-Z]*.elc ../../${tempdir}/lisp/calc-2.02 | 135 | # ln [a-zA-Z]*.elc ../../${tempdir}/lisp/calc-2.02 |
| 136 | ln calc.info* calc.texinfo calc-refcard.* ../../${tempdir}/lisp/calc-2.02 | 136 | # ln calc.info* calc.texinfo calc-refcard.* ../../${tempdir}/lisp/calc-2.02 |
| 137 | ln INSTALL Makefile README README.prev ../../${tempdir}/lisp/calc-2.02 | 137 | # ln INSTALL Makefile README README.prev ../../${tempdir}/lisp/calc-2.02 |
| 138 | cd ../../${tempdir}/lisp/calc-2.02 | 138 | # cd ../../${tempdir}/lisp/calc-2.02 |
| 139 | rm -f *~ TAGS) | 139 | # rm -f *~ TAGS) |
| 140 | 140 | ||
| 141 | echo "Making links to \`lisp/term'." | 141 | echo "Making links to \`lisp/term'." |
| 142 | ### Don't distribute =*.el files or TAGS. | 142 | ### Don't distribute =*.el files or TAGS. |
| @@ -230,7 +230,10 @@ echo "Making links to \`man'." | |||
| 230 | ln *.c ../${tempdir}/man | 230 | ln *.c ../${tempdir}/man |
| 231 | test -f README && ln README ../${tempdir}/man | 231 | test -f README && ln README ../${tempdir}/man |
| 232 | test -f Makefile && ln Makefile ../${tempdir}/man | 232 | test -f Makefile && ln Makefile ../${tempdir}/man |
| 233 | ln ChangeLog split-man ../${tempdir}/man) | 233 | ln ChangeLog split-man ../${tempdir}/man |
| 234 | cp texinfo.tex texindex.c ../${tempdir}/man | ||
| 235 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail | ||
| 236 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | ||
| 234 | 237 | ||
| 235 | echo "Making links to \`shortnames'." | 238 | echo "Making links to \`shortnames'." |
| 236 | (cd shortnames | 239 | (cd shortnames |