aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-31 11:27:23 +0000
committerEli Zaretskii2005-12-31 11:27:23 +0000
commita9d25c792db4f998584f8be5758a6315c5d91dd6 (patch)
tree860601643ecc9e45e5e11c093f2ce36dc5ab272a
parent6e813c38e965d2d3749923195f14af1cdd15d037 (diff)
downloademacs-a9d25c792db4f998584f8be5758a6315c5d91dd6.tar.gz
emacs-a9d25c792db4f998584f8be5758a6315c5d91dd6.zip
(cvs-update): New target.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/Makefile.in3
-rw-r--r--lisp/makefile.w32-in3
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 @@
12005-12-31 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (cvs-update): New target.
4
5 * makefile.w32-in (cvs-update): Ditto.
6
12005-12-30 Chong Yidong <cyd@stupidchicken.com> 72005-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
120updates: update-subdirs autoloads mh-autoloads finder-data custom-deps 120updates: update-subdirs autoloads mh-autoloads finder-data custom-deps
121 121
122# This is useful after "cvs up".
123cvs-update: recompile autoloads finder-data custom-deps
124
122# Update the AUTHORS file. 125# Update the AUTHORS file.
123 126
124update-authors: 127update-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
184updates: update-subdirs autoloads mh-autoloads finder-data custom-deps 184updates: update-subdirs autoloads mh-autoloads finder-data custom-deps
185 185
186# This is useful after "cvs up".
187cvs-update: recompile autoloads finder-data custom-deps
188
186# Update the AUTHORS file. 189# Update the AUTHORS file.
187 190
188update-authors: 191update-authors: