* lisp/Makefile.in (cvs-update): Remove old alias.
This commit is contained in:
parent
8eb876e22c
commit
60198fc979
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-07-06 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (cvs-update): Remove old alias.
|
||||
|
||||
2012-07-05 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Sync with Tramp 2.2.6-pre.
|
||||
|
|
|
@ -186,14 +186,13 @@ update-subdirs: doit
|
|||
$(top_srcdir)/build-aux/update-subdirs $$file; \
|
||||
done;
|
||||
|
||||
# Some modes of make-dist use this.
|
||||
updates: update-subdirs autoloads finder-data custom-deps
|
||||
|
||||
# This is useful after "bzr up".
|
||||
# This is useful after "bzr up"; but it doesn't do anything that a
|
||||
# plain "make" at top-level doesn't.
|
||||
bzr-update: recompile autoloads finder-data custom-deps
|
||||
|
||||
# For backwards compatibility:
|
||||
cvs-update: bzr-update
|
||||
|
||||
# Update the AUTHORS file.
|
||||
|
||||
update-authors:
|
||||
|
|
Loading…
Add table
Reference in a new issue