diff options
author | Lars Thorsen <[email protected]> | 2012-11-19 14:22:41 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2012-11-19 14:22:41 +0100 |
commit | 2cec24c37208c360123740f3af6b09aa33697f5f (patch) | |
tree | 0385c4f21e893cbeec7e9228f13aa6039cbb6521 /lib/erl_docgen/priv/xsl/Makefile | |
parent | 22e6663608240c3f7beb41fd4e76975f9c490017 (diff) | |
parent | c344975f28584e70240b82ae955ea1260276f89d (diff) | |
download | otp-2cec24c37208c360123740f3af6b09aa33697f5f.tar.gz otp-2cec24c37208c360123740f3af6b09aa33697f5f.tar.bz2 otp-2cec24c37208c360123740f3af6b09aa33697f5f.zip |
Merge branch 'maint'
* maint:
[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.
Diffstat (limited to 'lib/erl_docgen/priv/xsl/Makefile')
-rw-r--r-- | lib/erl_docgen/priv/xsl/Makefile | 3 |
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 # ---------------------------------------------------- |