docs-common/common/entities Makefile,1.31,1.32

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Mar 22 12:23:03 UTC 2007


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Get phony targets disconnected from real ones


Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/common/entities/Makefile,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Makefile	22 Mar 2007 04:50:40 -0000	1.31
+++ Makefile	22 Mar 2007 12:23:01 -0000	1.32
@@ -78,7 +78,8 @@
 define	PO_template
 .PHONY:	po-${1}
 .PRECIOUS: ${1}.po
-po-${1} po/${1}.po:: po/entities.pot
+po-${1}:: po/${1}.po
+po/${1}.po:: po/entities.pot
 	if [ ! -f po/${1}.po ]; then					\
 		cp $$< po/${1}.po;					\
 	else								\
@@ -107,7 +108,8 @@
 #
 define UPDATE_template
 .PHONY:	xml-${1}
-xml-${1} entities-${1}.xml:: entities-${PRI_LANG}.xml po/${1}.po
+xml-${1}:: entities-${1}.xml
+entities-${1}.xml:: entities-${PRI_LANG}.xml po/${1}.po
 	xml2po -p po/${1}.po entities-${PRI_LANG}.xml >entities-${1}.xml
 
 help::




More information about the Fedora-docs-commits mailing list