diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/Makefile.in | 7 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 7 |
3 files changed, 18 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a90f2f406d..eb35ed93afc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (bzr-update): Renamed from cvs-update. | ||
| 4 | (cvs-update): New target for backward compatibility. | ||
| 5 | |||
| 6 | * makefile.w32-in (bzr-update): Renamed from cvs-update. | ||
| 7 | (cvs-update): New target for backward compatibility. | ||
| 8 | |||
| 1 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | 9 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> |
| 2 | 10 | ||
| 3 | * bookmark.el: Remove gratuitous gratitude. | 11 | * bookmark.el: Remove gratuitous gratitude. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index dfa3a98871e..93e75bc51ef 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -165,8 +165,11 @@ update-subdirs: doit | |||
| 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 | ||
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index ab079ea360c..aebf60030ae 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -233,8 +233,11 @@ update-subdirs-SH: doit | |||
| 233 | 233 | ||
| 234 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps | 234 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps |
| 235 | 235 | ||
| 236 | # This is useful after "cvs up". | 236 | # This is useful after "bzr up". |
| 237 | cvs-update: recompile autoloads finder-data custom-deps | 237 | bzr-update: recompile autoloads finder-data custom-deps |
| 238 | |||
| 239 | # For backwards compatibility: | ||
| 240 | cvs-update: bzr-update | ||
| 238 | 241 | ||
| 239 | # Update the AUTHORS file. | 242 | # Update the AUTHORS file. |
| 240 | 243 | ||