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.
+2010-01-02 Eli Zaretskii <eliz@gnu.org>
+
+ * 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.
+
2010-01-02 Karl Fogel <kfogel@red-bean.com>
* bookmark.el: Remove gratuitous gratitude.
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.
updates: update-subdirs autoloads mh-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.