summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-07 02:20:13 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-07 02:20:13 +0000
commita90f49306ce4e53b7f3631e09895e35a40312403 (patch)
tree8d737d0d0fd8530b3c00a1e9f591a810b222f397
parent5ef919b584b11972c0b1358cbd3fcc76ce874b37 (diff)
downloadfedora-doc-utils-a90f49306ce4e53b7f3631e09895e35a40312403.tar.gz
fedora-doc-utils-a90f49306ce4e53b7f3631e09895e35a40312403.tar.xz
fedora-doc-utils-a90f49306ce4e53b7f3631e09895e35a40312403.zip
Each Makefile command is run using a different shell, so no need
to clean up after oneself. Thanks for helping out with this.
-rw-r--r--Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 4feebee..0d09454 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -329,9 +329,7 @@ $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po \
mkdir -p ${1}
ln -s -f ../${2} $$@.in
# ${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
- cd po && ${XML2PO} -e -p ${1}.po ../$$@.in >../$$@ && cd ..
+ cd po && ${XML2PO} -e -p ${1}.po ../$$@.in >../$$@
clean::
${RM} $$@.in
endef