docs-common Makefile.common,1.124,1.125

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Aug 2 23:32:27 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Only need this cleaning once as well...



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- Makefile.common	2 Aug 2006 15:13:42 -0000	1.124
+++ Makefile.common	2 Aug 2006 23:32:24 -0000	1.125
@@ -362,15 +362,15 @@
 	mkdir -p ${1}
 	cd po && ${XML2PO} ${XML2POFLAGS} -p ${1}.po ../${2} >../$$@
 
-clean::
-	cd po && ${RM} .xml2po.mo
-
 endef
 
 $(foreach L,${OTHERS},							\
 	$(foreach F,${XMLFILES-${PRI_LANG}},				\
 		$(eval $(call XML_template,${L},${F}))))
 
+clean::
+	cd po && ${RM} .xml2po.mo
+
 define	XMLTARGET_template
 .PHONY:	xml-${1}
 




More information about the docs-commits mailing list