comparison make-dist @ 11185:6eb8397f165b

Don't distribute shortnames directory.
author Richard M. Stallman <rms@gnu.org>
date Sun, 02 Apr 1995 22:14:17 +0000
parents 9b43de28b295
children 4d404c6112e3
comparison
equal deleted inserted replaced
11184:6878430e42fa 11185:6eb8397f165b
168 168
169 echo "Creating subdirectories." 169 echo "Creating subdirectories."
170 for subdir in lisp lisp/term site-lisp \ 170 for subdir in lisp lisp/term site-lisp \
171 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ 171 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
172 nt nt/inc nt/inc/sys nt/src \ 172 nt nt/inc nt/inc/sys nt/src \
173 etc etc/e lock cpp info man msdos shortnames vms; do 173 etc etc/e lock cpp info man msdos vms; do
174 mkdir ${tempdir}/${subdir} 174 mkdir ${tempdir}/${subdir}
175 done 175 done
176 176
177 echo "Making links to \`lisp'." 177 echo "Making links to \`lisp'."
178 ### Don't distribute TAGS, =*.el files, site-init.el, site-load.el, or default.el. 178 ### Don't distribute TAGS, =*.el files, site-init.el, site-load.el, or default.el.
318 cp texinfo.tex texindex.c getopt.c ../${tempdir}/man 318 cp texinfo.tex texindex.c getopt.c ../${tempdir}/man
319 cd ../${tempdir}/man 319 cd ../${tempdir}/man
320 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail 320 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
321 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) 321 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)
322 322
323 echo "Making links to \`shortnames'."
324 (cd shortnames
325 ln *.c ../${tempdir}/shortnames
326 ln Makefile reserved special ../${tempdir}/shortnames)
327
328 echo "Making links to \`vms'." 323 echo "Making links to \`vms'."
329 (cd vms 324 (cd vms
330 ln [0-9a-zA-Z]* ../${tempdir}/vms 325 ln [0-9a-zA-Z]* ../${tempdir}/vms
331 cd ../${tempdir}/vms 326 cd ../${tempdir}/vms
332 rm -f *~) 327 rm -f *~)
334 ### It would be nice if they could all be symlinks to etc's copy, but 329 ### It would be nice if they could all be symlinks to etc's copy, but
335 ### you're not supposed to have any symlinks in distribution tar files. 330 ### you're not supposed to have any symlinks in distribution tar files.
336 echo "Making sure copying notices are all copies of \`etc/COPYING'." 331 echo "Making sure copying notices are all copies of \`etc/COPYING'."
337 rm -f ${tempdir}/etc/COPYING 332 rm -f ${tempdir}/etc/COPYING
338 cp etc/COPYING ${tempdir}/etc/COPYING 333 cp etc/COPYING ${tempdir}/etc/COPYING
339 for subdir in lisp src lib-src info shortnames msdos; do 334 for subdir in lisp src lib-src info msdos; do
340 if [ -f ${tempdir}/${subdir}/COPYING ]; then 335 if [ -f ${tempdir}/${subdir}/COPYING ]; then
341 rm ${tempdir}/${subdir}/COPYING 336 rm ${tempdir}/${subdir}/COPYING
342 fi 337 fi
343 cp etc/COPYING ${tempdir}/${subdir} 338 cp etc/COPYING ${tempdir}/${subdir}
344 done 339 done