summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-02 21:57:11 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-02 21:57:11 +0000
commit7f4cab5f96b16148e6ff8a5499f3faf083fedf6b (patch)
treefe66875cd603bfd8d9b244ec291a3a12745e0767
parentd9368ca702f21f6fa8f062c4abb6c8b5491b5dc0 (diff)
downloadfedora-doc-utils-7f4cab5f96b16148e6ff8a5499f3faf083fedf6b.tar.gz
fedora-doc-utils-7f4cab5f96b16148e6ff8a5499f3faf083fedf6b.tar.xz
fedora-doc-utils-7f4cab5f96b16148e6ff8a5499f3faf083fedf6b.zip
Removed bogus targets that appeared before the "all::" rule, which
absolutely, positively, must be first.
-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))