diff options
| author | Eli Zaretskii | 2005-12-31 11:27:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-31 11:27:23 +0000 |
| commit | a9d25c792db4f998584f8be5758a6315c5d91dd6 (patch) | |
| tree | 860601643ecc9e45e5e11c093f2ce36dc5ab272a | |
| parent | 6e813c38e965d2d3749923195f14af1cdd15d037 (diff) | |
| download | emacs-a9d25c792db4f998584f8be5758a6315c5d91dd6.tar.gz emacs-a9d25c792db4f998584f8be5758a6315c5d91dd6.zip | |
(cvs-update): New target.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/Makefile.in | 3 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80829c7a581..e56815a04f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-12-31 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (cvs-update): New target. | ||
| 4 | |||
| 5 | * makefile.w32-in (cvs-update): Ditto. | ||
| 6 | |||
| 1 | 2005-12-30 Chong Yidong <cyd@stupidchicken.com> | 7 | 2005-12-30 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * cus-theme.el (custom-new-theme-mode): Use cus-edit faces. | 9 | * cus-theme.el (custom-new-theme-mode): Use cus-edit faces. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index eaac8d08324..9a4497679ef 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -119,6 +119,9 @@ update-subdirs: doit | |||
| 119 | 119 | ||
| 120 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps | 120 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps |
| 121 | 121 | ||
| 122 | # This is useful after "cvs up". | ||
| 123 | cvs-update: recompile autoloads finder-data custom-deps | ||
| 124 | |||
| 122 | # Update the AUTHORS file. | 125 | # Update the AUTHORS file. |
| 123 | 126 | ||
| 124 | update-authors: | 127 | update-authors: |
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 24acf0009c4..f9c33dbed79 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -183,6 +183,9 @@ update-subdirs-SH: doit | |||
| 183 | 183 | ||
| 184 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps | 184 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps |
| 185 | 185 | ||
| 186 | # This is useful after "cvs up". | ||
| 187 | cvs-update: recompile autoloads finder-data custom-deps | ||
| 188 | |||
| 186 | # Update the AUTHORS file. | 189 | # Update the AUTHORS file. |
| 187 | 190 | ||
| 188 | update-authors: | 191 | update-authors: |