Mercurial > emacs
comparison make-dist @ 2676:8958f29e417c
Don't include calc directory.
Exclude many files in the man directory; copy a few.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 May 1993 18:11:39 +0000 |
parents | f63a9c97f1d6 |
children | e0f465034c62 |
comparison
equal
deleted
inserted
replaced
2675:42f8f43792ba | 2676:8958f29e417c |
---|---|
106 cp config.sub ${tempdir} | 106 cp config.sub ${tempdir} |
107 | 107 |
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} |
115 done | 115 done |
116 | 116 |
126 rm -f TAGS =* | 126 rm -f TAGS =* |
127 rm -f site-init site-init.el site-init.elc | 127 rm -f site-init site-init.el site-init.elc |
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. |
143 (cd lisp/term | 143 (cd lisp/term |
144 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term | 144 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term |
228 (cd man | 228 (cd man |
229 ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man | 229 ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/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 |
237 ln *.c ../${tempdir}/shortnames | 240 ln *.c ../${tempdir}/shortnames |
238 ln Makefile reserved special ../${tempdir}/shortnames) | 241 ln Makefile reserved special ../${tempdir}/shortnames) |