Mercurial > emacs
comparison admin/quick-install-emacs @ 110862:3869cf7d1e82
Remove lib-src/b2m.c and b2m.pl.
Emacs does not use Babyl files since 23.1, and you can use M-x unrmail.
* msdos/mainmake.v2 (install): Remove b2m.
* lisp/emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
* lib-src/b2m.c, lib-src/b2m.pl: Remove files.
* lib-src/Makefile.in (INSTALLABLES): Remove b2m.
* lib-src/makefile.w32-in ($(BLD)/b2m.$(O)): Remove.
* doc/emacs/ack.texi (Acknowledgments): No more b2m.c.
* admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
* INSTALL, make-dist: Remove references to b2m.
* Makefile.in (MAN_PAGES): Remove b2m.1.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 08 Oct 2010 18:15:15 -0700 |
parents | dedcf813aa69 |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
110861:ca28093784c4 | 110862:3869cf7d1e82 |
---|---|
26 | 26 |
27 ## This script is mainly intended for emacs maintainer or pretesters who | 27 ## This script is mainly intended for emacs maintainer or pretesters who |
28 ## install emacs very often. See the --help output for more details. | 28 ## install emacs very often. See the --help output for more details. |
29 | 29 |
30 | 30 |
31 PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' | 31 PUBLIC_LIBSRC_BINARIES='emacsclient etags ctags ebrowse' |
32 PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' | 32 PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' |
33 | 33 |
34 AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib" | 34 AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib" |
35 | 35 |
36 # Prune old binaries lying around in the source tree | 36 # Prune old binaries lying around in the source tree |
372 } | 372 } |
373 ' | 373 ' |
374 done | 374 done |
375 | 375 |
376 ) | eval $EXEC | 376 ) | eval $EXEC |
377 | |
378 # arch-tag: 9322b572-9755-4cf7-a67a-21e6505f1477 |