aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2018-05-22 12:30:24 +0200
committerLars Thorsen <[email protected]>2018-05-22 12:30:24 +0200
commit9c8fd09de0f7132faa06375f5fd35431c5027866 (patch)
tree7d596f34176378d19cfac4c3b24c220b1795a6e5
parent26acf6e6abd3112f2a984f85dc627594a214073b (diff)
parentc0a49b3d7e22538a8cd7133a7a5f401f9cdefd90 (diff)
downloadotp-9c8fd09de0f7132faa06375f5fd35431c5027866.tar.gz
otp-9c8fd09de0f7132faa06375f5fd35431c5027866.tar.bz2
otp-9c8fd09de0f7132faa06375f5fd35431c5027866.zip
Merge branch 'lars/erl_docgen/fix-xsl-makefile/OTP-15091'
* 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/Makefile5
-rw-r--r--lib/erl_docgen/vsn.mk2
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