aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2018-05-21 13:03:51 +0200
committerLars Thorsen <[email protected]>2018-05-21 13:03:51 +0200
commit860789a96a16d0a97ce705eb7534675040e7511b (patch)
tree8ed12c6b0a2efc8d4930540229af9d2f01b6a0bb
parent40ab3958644be3fc14682c54233514fdf880386a (diff)
downloadotp-860789a96a16d0a97ce705eb7534675040e7511b.tar.gz
otp-860789a96a16d0a97ce705eb7534675040e7511b.tar.bz2
otp-860789a96a16d0a97ce705eb7534675040e7511b.zip
[erl_docgen] Add missing file db_funcs.xsl to file list
-rw-r--r--lib/erl_docgen/priv/xsl/Makefile5
1 files changed, 3 insertions, 2 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
# ----------------------------------------------------