From a9d25c792db4f998584f8be5758a6315c5d91dd6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 31 Dec 2005 11:27:23 +0000 Subject: [PATCH] (cvs-update): New target. --- lisp/ChangeLog | 6 ++++++ lisp/Makefile.in | 3 +++ lisp/makefile.w32-in | 3 +++ 3 files changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80829c7a581..e56815a04f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-12-31 Eli Zaretskii + + * Makefile.in (cvs-update): New target. + + * makefile.w32-in (cvs-update): Ditto. + 2005-12-30 Chong Yidong * 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 updates: update-subdirs autoloads mh-autoloads finder-data custom-deps +# This is useful after "cvs up". +cvs-update: recompile autoloads finder-data custom-deps + # Update the AUTHORS file. 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 updates: update-subdirs autoloads mh-autoloads finder-data custom-deps +# This is useful after "cvs up". +cvs-update: recompile autoloads finder-data custom-deps + # Update the AUTHORS file. update-authors: -- 2.39.2