docs-common Makefile.common,1.118,1.119

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Jul 3 20:43:03 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Make sure the local document entities are built, since they our xml2po stuff parses them to make the POT.  Otherwise you get a big mess in the PO/POT files.


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- Makefile.common	26 Jun 2006 23:45:40 -0000	1.118
+++ Makefile.common	3 Jul 2006 20:43:00 -0000	1.119
@@ -269,6 +269,7 @@
 
 #########################################################################
 po/${DOCBASE}.pot:: ${DOC_ENTITIES_XML-${PRI_LANG}} 			\
+		${DOC_ENTITIES_ENT-${PRI_LANG}}				\
 		${PRI_LANG}/${FDP_ENTITIES} ${XMLFILES-${PRI_LANG}}
 	[ -d po/CVS ] || (echo ADD po/ TO CVS >&2; exit 1)
 	${XML2PO} ${XML2POFLAGS} -o $@ ${XMLFILES-${PRI_LANG}} ${DOC_ENTITIES_XML-${PRI_LANG}}




More information about the Fedora-docs-commits mailing list