Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/Makefile.in Sat Jan 02 11:44:51 2010 +0200 +++ b/lisp/Makefile.in Sat Jan 02 12:42:11 2010 +0200 @@ -165,8 +165,11 @@ updates: update-subdirs autoloads finder-data custom-deps -# This is useful after "cvs up". -cvs-update: recompile autoloads finder-data custom-deps +# This is useful after "bzr up". +bzr-update: recompile autoloads finder-data custom-deps + +# For backwards compatibility: +cvs-update: bzr-update # Update the AUTHORS file.
