summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.common b/Makefile.common
index c3f2d5c..449fcf6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -153,15 +153,6 @@ LANGUAGES=${PRI_LANG} ${OTHERS}
#########################################################################
#########################################################################
-# Expand the template the XMLFILES_template to produce XMLFILES-${LANG}
-# macros that enumerate all of the input files for the document.
-
-define XMLFILENAME_template
-showvars::
- @echo "XMLFILES-${1}=$${XMLFILES-${1}}"
-endef
-
-$(foreach L,${LANGUAGES},$(eval $(call XMLFILES_template,${L})))
# Append per-document entities file if any
ifneq "${DOC_ENTITIES}" ""
$(foreach L, ${LANGUAGES}, $(eval XMLFILES-${L}+=${L}/${DOC_ENTITIES}.xml))