diff msdos/mainmake.v2 @ 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 0186f2ee32d8
children 417b1e4d63cd
line wrap: on
line diff
--- a/msdos/mainmake.v2	Fri Oct 08 18:02:21 2010 -0700
+++ b/msdos/mainmake.v2	Fri Oct 08 18:15:15 2010 -0700
@@ -129,7 +129,7 @@
 install: all
 	if not exist bin\nul md bin
 	cd lib-src
-	command.com /c >/dev/null for %p in (hexl etags ctags b2m ebrowse) do\
+	command.com /c >/dev/null for %p in (hexl etags ctags ebrowse) do\
 	   if exist %p.exe mv -f %p.exe ../bin
 	if exist fns.el update fns.el ../bin/fns.el
 	cd ..
@@ -287,4 +287,3 @@
 	command.com /e:2048 /c config msdos
 	$(MAKE) $(MFLAGS) info all
 
-# arch-tag: 6fee5130-4c53-46c6-93d3-d0ea852298b9