comparison make-dist @ 40885:42dc72aedd45

Add the lispref directory to the distribution.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Nov 2001 14:31:09 +0000
parents 3634931bc971
children 80822bf12d5e
comparison
equal deleted inserted replaced
40884:2fe5b3ab8788 40885:42dc72aedd45
239 239
240 if [ $update = yes ]; 240 if [ $update = yes ];
241 then 241 then
242 echo "Updating Info files" 242 echo "Updating Info files"
243 (cd man; make -f Makefile.in srcdir=. info) 243 (cd man; make -f Makefile.in srcdir=. info)
244 (cd lispref; make -f Makefile.in srcdir=. info)
244 245
245 echo "Updating finder, custom and autoload data" 246 echo "Updating finder, custom and autoload data"
246 (cd lisp; make updates EMACS="$EMACS") 247 (cd lisp; make updates EMACS="$EMACS")
247 248
248 if test -f leim/leim-list.el; then 249 if test -f leim/leim-list.el; then
304 version=${version} README > tmp.README 305 version=${version} README > tmp.README
305 mv -f tmp.README README) 306 mv -f tmp.README README)
306 307
307 308
308 echo "Creating subdirectories" 309 echo "Creating subdirectories"
309 for subdir in lisp site-lisp \ 310 for subdir in lisp site-lisp lispref \
310 leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \ 311 leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \
311 real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \ 312 real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \
312 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ 313 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
313 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ 314 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
314 etc etc/e lock info man msdos vms mac mac/inc mac/inc/sys \ 315 etc etc/e lock info man msdos vms mac mac/inc mac/inc/sys \
597 cp texinfo.tex ../${tempdir}/man 598 cp texinfo.tex ../${tempdir}/man
598 cd ../${tempdir}/man 599 cd ../${tempdir}/man
599 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail 600 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
600 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) 601 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)
601 602
603 echo "Making links to \`lispref'"
604 (cd lispref
605 ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref
606 test -f README && ln README ../${tempdir}/lispref
607 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
608 ln ChangeLog ../${tempdir}/lispref
609 cd ../${tempdir}/lispref
610 rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail
611 rm -f elisp.?? *.log *.toc *.dvi *.oaux)
612
602 echo "Making links to \`vms'" 613 echo "Making links to \`vms'"
603 (cd vms 614 (cd vms
604 test -f README && ln README ../${tempdir}/vms 615 test -f README && ln README ../${tempdir}/vms
605 cd ../${tempdir}/vms 616 cd ../${tempdir}/vms
606 rm -f *~) 617 rm -f *~)