[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

docs-common Makefile.common,1.131,1.132



Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21041

Modified Files:
	Makefile.common 
Log Message:
Add tag to targets list, and make it PHONY



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- Makefile.common	5 Aug 2006 04:30:42 -0000	1.131
+++ Makefile.common	5 Aug 2006 04:35:38 -0000	1.132
@@ -203,6 +203,7 @@
 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 @@
 
 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]