aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv/xsl/Makefile
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2012-11-19 14:17:55 +0100
committerLars Thorsen <[email protected]>2012-11-19 14:18:49 +0100
commitc344975f28584e70240b82ae955ea1260276f89d (patch)
tree2fd6b430a820b77ae866282d09099af1cc9c4938 /lib/erl_docgen/priv/xsl/Makefile
parent41d6a59fb11c65da9edcf97551b19cbdbf00646f (diff)
parent1f31c8faccc8711e8080cb0a7cc8e9ca69ede227 (diff)
downloadotp-c344975f28584e70240b82ae955ea1260276f89d.tar.gz
otp-c344975f28584e70240b82ae955ea1260276f89d.tar.bz2
otp-c344975f28584e70240b82ae955ea1260276f89d.zip
Merge branch 'lars/erl_docgen/configurable_doc_build/OTP-9040' into maint
* lars/erl_docgen/configurable_doc_build/OTP-9040: [erl_docgen] Updated the vsn.mk [erl_docgen] Add db_eix.xsl to the Makefile [safs] Add pdfname to the html target for the users guide [erl_docgen] Add possibility to specify pdf filename Updated system/doc/Makefile with the new xsltproc options. A possibility to configure erl_docgen so it can generate documentation for other products than Erlang/OTP. OTP-9040
Diffstat (limited to 'lib/erl_docgen/priv/xsl/Makefile')
-rw-r--r--lib/erl_docgen/priv/xsl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/xsl/Makefile b/lib/erl_docgen/priv/xsl/Makefile
index 1510387d72..58589672b8 100644
--- a/lib/erl_docgen/priv/xsl/Makefile
+++ b/lib/erl_docgen/priv/xsl/Makefile
@@ -42,7 +42,8 @@ XSL_FILES = \
db_pdf_params.xsl \
db_html.xsl \
db_html_params.xsl \
- db_man.xsl
+ db_man.xsl \
+ db_eix.xsl
# ----------------------------------------------------