diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-08 18:15:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-08 18:15:15 -0700 |
commit | 3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed (patch) | |
tree | e48839b08ca753ca7a3d1949bae608a59ec9cf2b /lib-src/makefile.w32-in | |
parent | ea274122d5d221b4d74435c22a48083550ad43c5 (diff) | |
download | emacs-3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed.tar.gz |
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 'lib-src/makefile.w32-in')
-rw-r--r-- | lib-src/makefile.w32-in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 0ef2e06ec71..25fb499cf3b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -395,12 +395,6 @@ $(BLD)/alloca.$(O) : \ $(EMACS_ROOT)/src/config.h \ $(EMACS_ROOT)/src/blockinput.h -$(BLD)/b2m.$(O) : \ - $(SRC)/b2m.c \ - $(EMACS_ROOT)/src/s/ms-w32.h \ - $(EMACS_ROOT)/src/m/intel386.h \ - $(EMACS_ROOT)/lib-src/../src/config.h - $(BLD)/ctags.$(O) : \ $(SRC)/ctags.c \ $(EMACS_ROOT)/nt/inc/sys/param.h \ |