aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2014-12-13 18:38:21 -0800
committerGlenn Morris2014-12-13 18:38:21 -0800
commit49daed60510a073062b41fa39fd7c010cb0a315e (patch)
treec254bf6f56ac9eec9f6d910aa934cfe5305f0a8a /admin
parent4d806dc01d4ffdecadfe75e92f4f190952f5447c (diff)
downloademacs-49daed60510a073062b41fa39fd7c010cb0a315e.tar.gz
emacs-49daed60510a073062b41fa39fd7c010cb0a315e.zip
Remove lib-src/grep-changelog
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00145.html * lib-src/grep-changelog: Remove file. * lib-src/Makefile.in (INSTALLABLE_SCRIPTS): Remove. (all, install, uninstall): Remove INSTALLABLE_SCRIPTS. * doc/man/grep-changelog.1: Remove file. * make-dist: No more lib-src/grep-changelog. * INSTALL: No longer mention grep-changelog. * admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove, and all uses. * admin/authors.el (authors-valid-file-names): Add grep-changelog. * etc/NEWS: Mention this.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/authors.el2
-rwxr-xr-xadmin/quick-install-emacs6
3 files changed, 7 insertions, 6 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 2e02f044418..ed956f9912d 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12014-12-14 Glenn Morris <rgm@gnu.org>
2
3 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove, and all uses.
4 * authors.el (authors-valid-file-names): Add grep-changelog.
5
12014-12-13 Paul Eggert <eggert@cs.ucla.edu> 62014-12-13 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * notes/unicode: Don't mention Czech and Slovakian refcards. 8 * notes/unicode: Don't mention Czech and Slovakian refcards.
diff --git a/admin/authors.el b/admin/authors.el
index b05f37ba8dd..42f3bcd799d 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -691,7 +691,7 @@ Changes to files in this list are not listed.")
691 "etags-vmslib.c" "fakemail.c" "getdate.c" "getopt.h" "getopt1.c" 691 "etags-vmslib.c" "fakemail.c" "getdate.c" "getopt.h" "getopt1.c"
692 "getopt_.h" "getopt_int.h" "gettext.h" "leditcfns.c" "loadst.c" 692 "getopt_.h" "getopt_int.h" "gettext.h" "leditcfns.c" "loadst.c"
693 "make-path.c" "qsort.c" "sorted-doc.c" "tcp.c" "timer.c" "wakeup.c" 693 "make-path.c" "qsort.c" "sorted-doc.c" "tcp.c" "timer.c" "wakeup.c"
694 "yow.c" 694 "yow.c" "grep-changelog"
695 ;; etc/ 695 ;; etc/
696 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" 696 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
697 "test-distrib.c" "testfile" 697 "test-distrib.c" "testfile"
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 5edc8d4d9ad..58fc5f080fe 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -28,7 +28,6 @@
28 28
29 29
30PUBLIC_LIBSRC_BINARIES='emacsclient etags ctags ebrowse' 30PUBLIC_LIBSRC_BINARIES='emacsclient etags ctags ebrowse'
31PUBLIC_LIBSRC_SCRIPTS='grep-changelog'
32 31
33AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile" 32AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile"
34 33
@@ -230,9 +229,6 @@ maybe_emit_copy $BUILD/src/emacs $DST_BIN/emacs-$VERSION
230for F in $PUBLIC_LIBSRC_BINARIES; do 229for F in $PUBLIC_LIBSRC_BINARIES; do
231 maybe_emit_copy $BUILD/lib-src/$F $DST_BIN/$F 230 maybe_emit_copy $BUILD/lib-src/$F $DST_BIN/$F
232done 231done
233for F in $PUBLIC_LIBSRC_SCRIPTS; do
234 maybe_emit_copy $SRC/lib-src/$F $DST_BIN/$F
235done
236 232
237if test x"$SRC" = x"$BUILD"; then 233if test x"$SRC" = x"$BUILD"; then
238 PFXS="$BUILD" 234 PFXS="$BUILD"
@@ -259,7 +255,7 @@ for SUBDIR in lisp leim etc lib-src info; do
259 ;; 255 ;;
260 lib-src) 256 lib-src)
261 DST="$DST_LIBEXEC" 257 DST="$DST_LIBEXEC"
262 AVOID_PAT="`echo "($AVOID ($PUBLIC_LIBSRC_BINARIES $PUBLIC_LIBSRC_SCRIPTS)\$)" | tr ' ' '|'`" 258 AVOID_PAT="`echo "($AVOID ($PUBLIC_LIBSRC_BINARIES)\$)" | tr ' ' '|'`"
263 ;; 259 ;;
264 info) 260 info)
265 DST="$DST_INFO" 261 DST="$DST_INFO"