quick-install-emacs: Be more picky about files we avoid installing
This commit is contained in:
parent
53ef91b163
commit
f758ab5980
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-03-10 Miles Bader <miles@gnu.org>
|
||||
|
||||
* quick-install-emacs (AVOID): Be more picky about files we avoid
|
||||
installing.
|
||||
|
||||
2010-02-14 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* quick-install-emacs (PRUNED): Fix typo in message.
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse'
|
||||
PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin'
|
||||
|
||||
AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib"
|
||||
AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ Makefile.c$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib"
|
||||
|
||||
# Prune old binaries lying around in the source tree
|
||||
PRUNE=no
|
||||
|
|
Loading…
Add table
Reference in a new issue