docs-common Makefile.common,1.123,1.124

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Aug 2 15:13:44 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
We only need to clean this once, not for every PO requirement. :-)



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- Makefile.common	15 Jul 2006 15:20:46 -0000	1.123
+++ Makefile.common	2 Aug 2006 15:13:42 -0000	1.124
@@ -338,9 +338,6 @@
 	@printf ${TFMT} 'po-${1}' 'Creates or updates locale ${1} .PO file'
 	@printf ${TFMT} 'po/${1}.po' 'Creates or updates locale ${1} .PO file'
 
-clean::
-	${RM} .xml2po.mo
-
 endef
 
 $(foreach L,${OTHERS},$(eval $(call PO_template,${L})))
@@ -348,6 +345,9 @@
 .PHONY:	po
 
 po::	$(foreach L,${OTHERS},po-${L})
+
+clean::
+	${RM} .xml2po.mo
 ########################################################################
 
 #########################################################################




More information about the docs-commits mailing list