summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-08-05 04:35:38 +0000
committerPaul W. Frields <stickster@gmail.com>2006-08-05 04:35:38 +0000
commitfb387afbe60d404c090df24a05d08b6892b2d95a (patch)
treeca57272d121c5b3bcff4f6bd14ff5fb3d9a4eda2
parentffd684e47e40e274e85c2c36b065dc6ad55106af (diff)
downloadfedora-doc-utils-fb387afbe60d404c090df24a05d08b6892b2d95a.tar.gz
fedora-doc-utils-fb387afbe60d404c090df24a05d08b6892b2d95a.tar.xz
fedora-doc-utils-fb387afbe60d404c090df24a05d08b6892b2d95a.zip
Add tag to targets list, and make it PHONY
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 1e53bad..020d348 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -203,6 +203,7 @@ TAG_RELEASE := $(shell echo ${RELEASE} | sed s/\\\./_/g)
TAG?=${TAG_NAME}-${TAG_VERSION}-${TAG_RELEASE}
# The rest of this rule is set outside the ifneq
+.PHONY: tag
tag:: ${SPECFILE}
endif # ifneq "${SPECFILE}" ""
@@ -273,7 +274,7 @@ TFMT="%-31s -- %s\n"
TARGETS=all clean distclean fdp-info html html-nochunks pdf po showvars \
tarball rpm rpm-common noarch srpm package-prep package-post \
- src-tarball txt text targets help
+ src-tarball txt text targets help tag
# FIXME: add the .PHONY attribute where the actual target is defined