diff options
author | Erlang/OTP <[email protected]> | 2018-06-05 11:57:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-05 11:57:23 +0200 |
commit | 813157e40027222a1b8f6d0c1df8dbc78bb8f37f (patch) | |
tree | c9bddbecc1e8472fede86c6c5e012cfd1d8c97d4 | |
parent | cfd872e288006b0d051a4e5837d729fbbb66521f (diff) | |
parent | c0a49b3d7e22538a8cd7133a7a5f401f9cdefd90 (diff) | |
download | otp-813157e40027222a1b8f6d0c1df8dbc78bb8f37f.tar.gz otp-813157e40027222a1b8f6d0c1df8dbc78bb8f37f.tar.bz2 otp-813157e40027222a1b8f6d0c1df8dbc78bb8f37f.zip |
Merge branch 'lars/erl_docgen/fix-xsl-makefile/OTP-15091' into maint-20
* lars/erl_docgen/fix-xsl-makefile/OTP-15091:
[erl_docgen] Update version
[erl_docgen] Add missing file db_funcs.xsl to file list
-rw-r--r-- | lib/erl_docgen/priv/xsl/Makefile | 5 | ||||
-rw-r--r-- | lib/erl_docgen/vsn.mk | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/erl_docgen/priv/xsl/Makefile b/lib/erl_docgen/priv/xsl/Makefile index d0dd227169..d381bd4cf7 100644 --- a/lib/erl_docgen/priv/xsl/Makefile +++ b/lib/erl_docgen/priv/xsl/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2009-2016. All Rights Reserved. +# Copyright Ericsson AB 2009-2018. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,7 +44,8 @@ XSL_FILES = \ db_html.xsl \ db_html_params.xsl \ db_man.xsl \ - db_eix.xsl + db_eix.xsl \ + db_funcs.xsl # ---------------------------------------------------- diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk index 95b2329ac5..a556b73103 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 0.7.2 +ERL_DOCGEN_VSN = 0.7.3 |