[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

press-release/tools Makefile,1.3,1.4



Author: jtr

Update of /cvs/docs/press-release/tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18018

Modified Files:
	Makefile 
Log Message:
Expand all entities, just like we do in the other docs.



Index: Makefile
===================================================================
RCS file: /cvs/docs/press-release/tools/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	13 Aug 2006 19:25:53 -0000	1.3
+++ Makefile	13 Aug 2006 20:04:25 -0000	1.4
@@ -25,6 +25,7 @@
 XSL	=${TOOLS}/fdp-pr.xsl
 SED    =/bin/sed
 XML2PO	=xml2po
+XML2POFLAGS=-e
 MSGMERGE=msgmerge
 MSGMERGEFLAGS=
 ########################################################################
@@ -125,7 +126,7 @@
 	@printf "${HFMT}" "pot" "Generate .POT file for translation"
 
 ${DOC_BASE}.pot:: ${DOC_BASE}-${PRI_LANG}.xml
-	xml2po -o $@ $<
+	xml2po ${XML2POFLAGS} -o $@ $<
 
 clean::
 	${RM} .xml2po.po


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]