docs-common Makefile.common,1.173,1.174

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Sep 7 17:27:07 UTC 2007


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Trivial readability fix



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- Makefile.common	7 Sep 2007 17:25:49 -0000	1.173
+++ Makefile.common	7 Sep 2007 17:27:05 -0000	1.174
@@ -286,7 +286,7 @@
 TAG_RELEASE := $(shell echo ${RELEASE} | sed s/\\\./_/g)
 
 # tag to export, defaulting to current tag in the spec file
-TAG?=${TAG_NAME}-${TAG_VERSION}-${TAG_RELEASE}
+TAG ?= ${TAG_NAME}-${TAG_VERSION}-${TAG_RELEASE}
 
 # The rest of this rule is set outside the ifneq
 .PHONY: tag




More information about the docs-commits mailing list