docs-common Makefile.common,1.99,1.100

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Mar 6 14:55:56 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
This should complete Tommy's fix, WORKSFORME now.


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- Makefile.common	6 Mar 2006 12:30:27 -0000	1.99
+++ Makefile.common	6 Mar 2006 14:55:48 -0000	1.100
@@ -331,11 +331,11 @@
 	# ${XML2PO} -e -p po/${1}.po -l ${1} $$@.in >$$@
 	# This gives the WRONG language "po/${1}" in the 
 	# translation, but I'll have to fix it later.  Sorry
-	${XML2PO} -e -p po/${1}.po $$@.in >$$@
+	cd po && ${XML2PO} -e -p ${1}.po ../$$@.in >../$$@ && cd ..
 clean::
 	${RM} $$@.in
  endef
- 
+
 $(foreach L,${OTHERS},							\
 	$(foreach F,${XMLFILES-${PRI_LANG}},				\
 		$(eval $(call XML_template,${L},${F}))))




More information about the Fedora-docs-commits mailing list