diff options
| author | Glenn Morris | 2010-10-08 18:15:15 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-08 18:15:15 -0700 |
| commit | 3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed (patch) | |
| tree | e48839b08ca753ca7a3d1949bae608a59ec9cf2b /admin | |
| parent | ea274122d5d221b4d74435c22a48083550ad43c5 (diff) | |
| download | emacs-3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed.tar.gz emacs-3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed.zip | |
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.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rwxr-xr-x | admin/quick-install-emacs | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index d3bc51bd9f6..d3ca3a19dd4 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m. | ||
| 4 | |||
| 1 | 2010-09-05 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-09-05 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * unidata/BidiMirroring.txt: Update from | 7 | * unidata/BidiMirroring.txt: Update from |
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index 39b200b5102..24972e655b6 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs | |||
| @@ -28,7 +28,7 @@ | |||
| 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" |
| @@ -374,5 +374,3 @@ END { | |||
| 374 | done | 374 | done |
| 375 | 375 | ||
| 376 | ) | eval $EXEC | 376 | ) | eval $EXEC |
| 377 | |||
| 378 | # arch-tag: 9322b572-9755-4cf7-a67a-21e6505f1477 | ||