docs-common Makefile.common,1.97,1.98

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Mon Mar 6 02:39:24 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Added "-l ${LANG}" switch to ${XML2PO} xml production to correctly
set the language.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- Makefile.common	6 Mar 2006 02:14:16 -0000	1.97
+++ Makefile.common	6 Mar 2006 02:39:16 -0000	1.98
@@ -328,7 +328,7 @@
 		${DOC_ENTITIES_ENT-${1}}
 	mkdir -p ${1}
 	ln -s -f ../${2} $$@.in
-	${XML2PO} -e -p po/${1}.po $$@.in >$$@
+	${XML2PO} -e -p po/${1}.po -l ${1} $$@.in >$$@
 clean::
 	${RM} $$@.in
  endef




More information about the docs-commits mailing list