aboutsummaryrefslogtreecommitdiffstats
path: root/make/otp_release_targets.mk
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2011-09-01 09:43:38 +0200
committerLars Thorsen <[email protected]>2011-09-26 10:55:57 +0200
commitd5a4fc889fa358da380ec967075132b998fa8cbf (patch)
tree4d61ba88cb963c30b153f829d390677a0623e99d /make/otp_release_targets.mk
parent3992f3308fd2d84e46f930e4181ee29d2389ff96 (diff)
downloadotp-d5a4fc889fa358da380ec967075132b998fa8cbf.tar.gz
otp-d5a4fc889fa358da380ec967075132b998fa8cbf.tar.bz2
otp-d5a4fc889fa358da380ec967075132b998fa8cbf.zip
[erl_docgen] Fix eix file generation for new function spec references
Diffstat (limited to 'make/otp_release_targets.mk')
-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