diff options
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 | ||