Mercurial > emacs
comparison make-dist @ 97142:c3512b2085a0
* bitmaps/README:
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.
* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.
* message.el (Module):
* gnus-start.el (Module):
* gnus-registry.el (Module):
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
* etags.c:
* emacsclient.c: Remove VMS support.
* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.
* ediff.texi: Remove VMS support.
* os.texi:
* intro.texi:
* files.texi: Remove VMS support.
* emacs.texi: Remove VMS support.
* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 31 Jul 2008 05:33:56 +0000 |
parents | 9592c50233ab |
children | f13d2ef47961 |
comparison
equal
deleted
inserted
replaced
97141:840bd675fd85 | 97142:c3512b2085a0 |
---|---|
335 etc/images/low-color etc/images/mail \ | 335 etc/images/low-color etc/images/mail \ |
336 etc/images/smilies etc/images/smilies/grayscale \ | 336 etc/images/smilies etc/images/smilies/grayscale \ |
337 etc/images/smilies/medium etc/images/tree-widget \ | 337 etc/images/smilies/medium etc/images/tree-widget \ |
338 etc/images/tree-widget/default etc/images/tree-widget/folder \ | 338 etc/images/tree-widget/default etc/images/tree-widget/folder \ |
339 etc/refcards etc/schema etc/tutorials info doc doc/emacs \ | 339 etc/refcards etc/schema etc/tutorials info doc doc/emacs \ |
340 doc/misc doc/man doc/lispref doc/lispintro m4 msdos vms \ | 340 doc/misc doc/man doc/lispref doc/lispintro m4 msdos \ |
341 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ | 341 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ |
342 nextstep/Cocoa/Emacs.base/Contents \ | 342 nextstep/Cocoa/Emacs.base/Contents \ |
343 nextstep/Cocoa/Emacs.base/Contents/Resources \ | 343 nextstep/Cocoa/Emacs.base/Contents/Resources \ |
344 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \ | 344 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \ |
345 nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib \ | 345 nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib \ |
576 ln data.classes data.info objects.gorm ../../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources/preferences.gorm ) | 576 ln data.classes data.info objects.gorm ../../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources/preferences.gorm ) |
577 | 577 |
578 echo "Making links to \`oldXMenu'" | 578 echo "Making links to \`oldXMenu'" |
579 (cd oldXMenu | 579 (cd oldXMenu |
580 ln *.c *.h *.in ../${tempdir}/oldXMenu | 580 ln *.c *.h *.in ../${tempdir}/oldXMenu |
581 ln README ChangeLog ../${tempdir}/oldXMenu | 581 ln README ChangeLog ../${tempdir}/oldXMenu) |
582 ln compile.com descrip.mms ../${tempdir}/oldXMenu) | |
583 | 582 |
584 echo "Making links to \`lwlib'" | 583 echo "Making links to \`lwlib'" |
585 (cd lwlib | 584 (cd lwlib |
586 ln *.c *.h *.in ../${tempdir}/lwlib | 585 ln *.c *.h *.in ../${tempdir}/lwlib |
587 ln README ChangeLog ../${tempdir}/lwlib) | 586 ln README ChangeLog ../${tempdir}/lwlib) |
726 | 725 |
727 echo "Making links to \`doc/man'" | 726 echo "Making links to \`doc/man'" |
728 (cd doc/man | 727 (cd doc/man |
729 ln *.1 ../../${tempdir}/doc/man) | 728 ln *.1 ../../${tempdir}/doc/man) |
730 | 729 |
731 echo "Making links to \`vms'" | |
732 (cd vms | |
733 test -f README && ln README ../${tempdir}/vms | |
734 cd ../${tempdir}/vms | |
735 rm -f *~) | |
736 | |
737 ### It would be nice if they could all be symlinks to top-level copy, but | 730 ### It would be nice if they could all be symlinks to top-level copy, but |
738 ### you're not supposed to have any symlinks in distribution tar files. | 731 ### you're not supposed to have any symlinks in distribution tar files. |
739 echo "Making sure copying notices are all copies of \`COPYING'" | 732 echo "Making sure copying notices are all copies of \`COPYING'" |
740 for subdir in . etc info leim lib-src lisp lwlib msdos nt src; do | 733 for subdir in . etc info leim lib-src lisp lwlib msdos nt src; do |
741 rm -f ${tempdir}/${subdir}/COPYING | 734 rm -f ${tempdir}/${subdir}/COPYING |