Neutralize some production names specific to a repository type.
This commit is contained in:
parent
08072a468b
commit
fe133ac02f
1 changed files with 3 additions and 3 deletions
|
@ -257,11 +257,11 @@ update-subdirs-SH: doit
|
|||
|
||||
updates: $(lisp)/subdirs.el autoloads mh-autoloads finder-data custom-deps
|
||||
|
||||
# This is useful after "bzr up".
|
||||
bzr-update: recompile autoloads finder-data custom-deps
|
||||
# This is useful after a repository fetch.
|
||||
repo-update: recompile autoloads finder-data custom-deps
|
||||
|
||||
# For backwards compatibility:
|
||||
cvs-update: bzr-update
|
||||
cvs-update: repo-update
|
||||
|
||||
# Update the AUTHORS file.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue