aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2012-11-16 12:11:34 +0100
committerLars Thorsen <[email protected]>2012-11-16 12:11:34 +0100
commitdf66126e8c8f362442680694173d8a4bcd8fae62 (patch)
tree87611e29378d3692931197c012a82e0347a0d5c4 /lib/erl_docgen
parentc91a8e7e4b81eed46d268f1fc3840661c66d5b16 (diff)
downloadotp-df66126e8c8f362442680694173d8a4bcd8fae62.tar.gz
otp-df66126e8c8f362442680694173d8a4bcd8fae62.tar.bz2
otp-df66126e8c8f362442680694173d8a4bcd8fae62.zip
[erl_docgen] Add db_eix.xsl to the Makefile
Diffstat (limited to 'lib/erl_docgen')
-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
# ----------------------------------------------------