aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-26 11:10:16 +0200
committerMicael Karlberg <[email protected]>2011-09-26 11:10:16 +0200
commitf8f0c5a1bc435fbb9d816323f1f0abfe992a6e3e (patch)
tree88d99b425afb35fcaf7f9c804b874776f2ab7d66 /make
parent225be8638c5d1ae82f83f00557c75cdf25ac6bbc (diff)
parent8aeee5940d632414afa15d7d85489220abc79547 (diff)
downloadotp-f8f0c5a1bc435fbb9d816323f1f0abfe992a6e3e.tar.gz
otp-f8f0c5a1bc435fbb9d816323f1f0abfe992a6e3e.tar.bz2
otp-f8f0c5a1bc435fbb9d816323f1f0abfe992a6e3e.zip
Merge branch 'major' of super:otp into major
Diffstat (limited to 'make')
-rw-r--r--make/otp_release_targets.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/otp_release_targets.mk b/make/otp_release_targets.mk
index 8058e634d4..229612630d 100644
--- a/make/otp_release_targets.mk
+++ b/make/otp_release_targets.mk
@@ -74,10 +74,10 @@ ifneq ($(XML_FILES),)
# ----------------------------------------------------
# Generation of application index data
# ----------------------------------------------------
-$(HTMLDIR)/$(APPLICATION).eix: $(XML_FILES)
+$(HTMLDIR)/$(APPLICATION).eix: $(XML_FILES) $(SPECS_FILES)
date=`date +"%B %e %Y"`; \
$(XSLTPROC) --stringparam docgen "$(DOCGEN)" \
- --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude \
+ --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude $(TOP_SPECS_PARAM) \
-path $(DOCGEN)/priv/docbuilder_dtd -path $(DOCGEN)/priv/dtd_html_entities $(DOCGEN)/priv/xsl/db_eix.xsl book.xml > $@
docs: $(HTMLDIR)/$(APPLICATION).eix