summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-03-06 14:55:48 +0000
committerPaul W. Frields <stickster@gmail.com>2006-03-06 14:55:48 +0000
commit5ef919b584b11972c0b1358cbd3fcc76ce874b37 (patch)
treec059695cfe03ecebc5e068e053db2d12c9794c56
parent899c0a3f4c8fd7d6a108e08a5b8857e06e7c8693 (diff)
downloadfedora-doc-utils-5ef919b584b11972c0b1358cbd3fcc76ce874b37.tar.gz
fedora-doc-utils-5ef919b584b11972c0b1358cbd3fcc76ce874b37.tar.xz
fedora-doc-utils-5ef919b584b11972c0b1358cbd3fcc76ce874b37.zip
This should complete Tommy's fix, WORKSFORME now.
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 8bf79f0..4feebee 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -331,11 +331,11 @@ $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po \
# ${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}))))