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 /make-dist | |
| 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 'make-dist')
| -rwxr-xr-x | make-dist | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -480,7 +480,7 @@ echo "Making links to \`lib-src'" | |||
| 480 | (cd lib-src | 480 | (cd lib-src |
| 481 | ln [a-zA-Z]*.[chmy] ../${tempdir}/lib-src | 481 | ln [a-zA-Z]*.[chmy] ../${tempdir}/lib-src |
| 482 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src | 482 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src |
| 483 | ln b2m.pl grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src | 483 | ln grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src |
| 484 | ln makefile.w32-in ../${tempdir}/lib-src | 484 | ln makefile.w32-in ../${tempdir}/lib-src |
| 485 | ## If we ended up with a symlink, or if we did not get anything | 485 | ## If we ended up with a symlink, or if we did not get anything |
| 486 | ## due to a cross-device symlink, copy the file. | 486 | ## due to a cross-device symlink, copy the file. |
| @@ -769,5 +769,4 @@ else | |||
| 769 | rm -rf ${tempparent} | 769 | rm -rf ${tempparent} |
| 770 | fi | 770 | fi |
| 771 | 771 | ||
| 772 | # arch-tag: 26e3eb50-a394-4ab2-82b2-d8e5af500de7 | ||
| 773 | ### make-dist ends here | 772 | ### make-dist ends here |