summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-03 22:17:06 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-03 22:17:06 +0000
commitd9d846bd21158c24eec7e9574ef8fef893f8053f (patch)
tree212beedc10a2faf7e22aba469f806023753448c8
parentf1b74cce03dec3cb85a582d58bac64cf358007aa (diff)
downloadfedora-doc-utils-d9d846bd21158c24eec7e9574ef8fef893f8053f.tar.gz
fedora-doc-utils-d9d846bd21158c24eec7e9574ef8fef893f8053f.tar.xz
fedora-doc-utils-d9d846bd21158c24eec7e9574ef8fef893f8053f.zip
Eliminate redundant building
-rw-r--r--Makefile.common5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 535e62e..e92b6b2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -138,7 +138,6 @@ endef
#
$(foreach LANG,${LANGUAGES},$(eval $(call HTML_template,${LANG})))
-html:: $(foreach LANG,${LANGUAGES},$(DOCBASE)-${LANG}/index.html)
html:: $(foreach LANG,${LANGUAGES},html-${LANG})
#
#########################################################################
@@ -155,7 +154,6 @@ endef
#
$(foreach LANG,${LANGUAGES},$(eval $(call HTMLNOCHUNK_template,${LANG})))
-html-nochunks:: $(foreach LANG,${LANGUAGES},$(DOCBASE)-$(LANG).html)
html-nochunks:: $(foreach LANG,${LANGUAGES},html-nochunks-$(LANG))
#
#########################################################################
@@ -181,8 +179,7 @@ endef
#
$(foreach LANG,${LANGUAGES},$(eval $(call PDF_template,${LANG})))
-pdf:: $(foreach LANG,${LANGUAGES},$(DOCBASE)-$(LANG).pdf)
-pdf:: $(foreach LANG,${LANGUAGES},pdf-$(LANG).pdf)
+pdf:: $(foreach LANG,${LANGUAGES},pdf-$(LANG))
#
#########################################################################
# For each language in ${LANGUAGES}, clean up!