summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-07 03:33:20 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-07 03:33:20 +0000
commit6ad363c7b75ce63bae3998b8708525e53d46cbc9 (patch)
tree69e46c1b8859e17871436e537a3fa7aa8d14d8e4
parent55b747ef11045fa80c4e87536e676c64a2d4dec9 (diff)
downloadfedora-doc-utils-6ad363c7b75ce63bae3998b8708525e53d46cbc9.tar.gz
fedora-doc-utils-6ad363c7b75ce63bae3998b8708525e53d46cbc9.tar.xz
fedora-doc-utils-6ad363c7b75ce63bae3998b8708525e53d46cbc9.zip
Allow shorthand, I think this is OKrelease-notes-FC-5-TEST2-TRANS-FREEZE
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 94d99ea..36dbd70 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -82,7 +82,7 @@ ${TARGETS}::
# but we do avoid copying EPS files since they are nonsense to the HTML world.
#
define HTML_template
-${DOCBASE}-$(1)/index.html:: ${DOCBASE}-$(1).xml $$(XMLEXTRAFILES-$(1))
+html-$(1) ${DOCBASE}-$(1)/index.html:: ${DOCBASE}-$(1).xml $$(XMLEXTRAFILES-$(1))
LANG=$(1).UTF-8 ${XMLTO} html -x $(XSLHTML) -o $(DOCBASE)-$(1) $(DOCBASE)-$(1).xml
mkdir -p $(DOCBASE)-$(1)/stylesheet-images/
cp ${FDPDIR}/docs-common/stylesheet-images/*.png $(DOCBASE)-$(1)/stylesheet-images