diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-12-31 11:27:23 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-12-31 11:27:23 +0000 |
commit | a9d25c792db4f998584f8be5758a6315c5d91dd6 (patch) | |
tree | 860601643ecc9e45e5e11c093f2ce36dc5ab272a /lisp/makefile.w32-in | |
parent | 6e813c38e965d2d3749923195f14af1cdd15d037 (diff) | |
download | emacs-a9d25c792db4f998584f8be5758a6315c5d91dd6.tar.gz |
(cvs-update): New target.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 3 |
1 files changed, 3 insertions, 0 deletions
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: |