summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-23 15:52:08 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-23 15:52:08 +0000
commit163201a2597ab279460ac428f68f652a84bf421f (patch)
treeca03207e78f10d17ee33e1c7dd1dcc7dbcf1530a /Makefile.am
parentf7d8c0d5c08e6776772e215897b1ccec25440b2c (diff)
downloadpcre2-163201a2597ab279460ac428f68f652a84bf421f.tar.gz
Implement pcre2_callout_enumerate().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@229 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 \