summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-08-02 23:32:24 +0000
committerPaul W. Frields <stickster@gmail.com>2006-08-02 23:32:24 +0000
commitcac6eca7e464bdaff17889d465a874aab7c420f5 (patch)
treedfe449bae56597a12511051834c86b8d49c95d7f
parent4944edc2fb28e3caaa0a8c264949dee6df0f54c9 (diff)
downloadfedora-doc-utils-cac6eca7e464bdaff17889d465a874aab7c420f5.tar.gz
fedora-doc-utils-cac6eca7e464bdaff17889d465a874aab7c420f5.tar.xz
fedora-doc-utils-cac6eca7e464bdaff17889d465a874aab7c420f5.zip
Only need this cleaning once as well...
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index e074f5e..97eb0b9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -362,15 +362,15 @@ $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po \
mkdir -p ${1}
cd po && ${XML2PO} ${XML2POFLAGS} -p ${1}.po ../${2} >../$$@
-clean::
- cd po && ${RM} .xml2po.mo
-
endef
$(foreach L,${OTHERS}, \
$(foreach F,${XMLFILES-${PRI_LANG}}, \
$(eval $(call XML_template,${L},${F}))))
+clean::
+ cd po && ${RM} .xml2po.mo
+
define XMLTARGET_template
.PHONY: xml-${1}