aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-06 18:11:39 +0000
committerRichard M. Stallman1993-05-06 18:11:39 +0000
commit56c31c8748d513dc321a6514040d52807b28fda1 (patch)
treee179ee53495c881470ca0dfc42997c1b15c4129f
parenta5d117a3f4bda1afb4b6261db0fb009c7a9aca7a (diff)
downloademacs-56c31c8748d513dc321a6514040d52807b28fda1.tar.gz
emacs-56c31c8748d513dc321a6514040d52807b28fda1.zip
Don't include calc directory.
Exclude many files in the man directory; copy a few.
-rwxr-xr-xmake-dist25
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}
108echo "Creating subdirectories." 108echo "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.
111for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \ 111for 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
131echo "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
141echo "Making links to \`lisp/term'." 141echo "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
235echo "Making links to \`shortnames'." 238echo "Making links to \`shortnames'."
236(cd shortnames 239(cd shortnames