diff options
Diffstat (limited to 'src/mozclient.mk.in')
-rw-r--r-- | src/mozclient.mk.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mozclient.mk.in b/src/mozclient.mk.in index aac6a57..0e551b1 100644 --- a/src/mozclient.mk.in +++ b/src/mozclient.mk.in @@ -33,7 +33,7 @@ # - get-orig-source # Build a tarball according to parameters from project.mk # and optionally using either DEBIAN_DATE or DEBIAN_TAG -# - mozclient-status +# - list-tags # List all the registered CVS tags from upstream server # project.mk contains the following parameters @@ -128,6 +128,7 @@ $(MOZ_CLIENT): mozclient-deps mozclient-dir mozclient-client: $(MOZCLIENT_TMP)/$(MOZCLIENT_STAMP) # List all tags +list-tags: mozclient-status mozclient-status: mozclient-deps mozclient-dir cd $(MOZCLIENT_TMP) && cvs -d $(MOZCLIENT_CVS_LOC) co $(MOZCLIENT_FILE) cd $(MOZCLIENT_TMP)/mozilla && cvs status -v $(subst mozilla/,,$(MOZCLIENT_FILE)) |