diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2e4e79e..56f93db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ dist_html_DATA = \ doc/html/index.html \ doc/html/pcre2-config.html \ doc/html/pcre2.html \ + doc/html/pcre2_callout_enumerate.html \ doc/html/pcre2_code_free.html \ doc/html/pcre2_compile.html \ doc/html/pcre2_compile_context_copy.html \ @@ -102,6 +103,7 @@ dist_html_DATA = \ dist_man_MANS = \ doc/pcre2-config.1 \ doc/pcre2.3 \ + doc/pcre2_callout_enumerate.3 \ doc/pcre2_code_free.3 \ doc/pcre2_compile.3 \ doc/pcre2_compile_context_copy.3 \ |