Mercurial > emacs
comparison lisp/Makefile.in @ 106706:f2acba714cf4
Rename cvs-update to bzr-update in lisp/ Makefiles.
Makefile.in (bzr-update): Renamed from cvs-update.
(cvs-update): New target for backward compatibility.
makefile.w32-in (bzr-update): Renamed from cvs-update.
(cvs-update): New target for backward compatibility.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Jan 2010 12:42:11 +0200 |
parents | 3a8fd7717b30 |
children | 07693e3d04c6 |
comparison
equal
deleted
inserted
replaced
106705:a7854ddcdd85 | 106706:f2acba714cf4 |
---|---|
163 $(srcdir)/update-subdirs $$file; \ | 163 $(srcdir)/update-subdirs $$file; \ |
164 done; | 164 done; |
165 | 165 |
166 updates: update-subdirs autoloads finder-data custom-deps | 166 updates: update-subdirs autoloads finder-data custom-deps |
167 | 167 |
168 # This is useful after "cvs up". | 168 # This is useful after "bzr up". |
169 cvs-update: recompile autoloads finder-data custom-deps | 169 bzr-update: recompile autoloads finder-data custom-deps |
170 | |
171 # For backwards compatibility: | |
172 cvs-update: bzr-update | |
170 | 173 |
171 # Update the AUTHORS file. | 174 # Update the AUTHORS file. |
172 | 175 |
173 update-authors: | 176 update-authors: |
174 $(emacs) -l authors -f batch-update-authors $(srcdir)/etc/AUTHORS $(srcdir) | 177 $(emacs) -l authors -f batch-update-authors $(srcdir)/etc/AUTHORS $(srcdir) |