docs-common Makefile.common,1.119,1.120

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Jul 14 22:08:21 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Remember to clean out old message cruft from xml2po



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- Makefile.common	3 Jul 2006 20:43:00 -0000	1.119
+++ Makefile.common	14 Jul 2006 22:08:19 -0000	1.120
@@ -326,6 +326,10 @@
 		${DOC_ENTITIES_ENT-${1}}
 	mkdir -p ${1}
 	cd po && ${XML2PO} ${XML2POFLAGS} -p ${1}.po ../${2} >../$$@
+
+clean::
+	cd po && ${RM} .xml2po.mo
+
 endef
 
 $(foreach L,${OTHERS},							\




More information about the Fedora-docs-commits mailing list