summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-18 09:12:14 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-18 09:12:14 +0000
commitefca233fb31b1c0023b23cf6d664138361ea0179 (patch)
tree9affc54d2606ea14864ef0c24a88c012227f1149 /Makefile.am
parent5fd059193d4e67c21e33e6d6c3866078fddf958f (diff)
downloadpcre-efca233fb31b1c0023b23cf6d664138361ea0179.tar.gz
Added a man page for pcre-config.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@153 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9906793..b34243b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@
dist_doc_DATA = \
doc/pcre.txt \
+ doc/pcre-config.txt \
doc/pcregrep.txt \
doc/pcretest.txt \
AUTHORS \
@@ -14,6 +15,7 @@ dist_doc_DATA = \
dist_html_DATA = \
doc/html/index.html \
doc/html/pcre.html \
+ doc/html/pcre-config.html \
doc/html/pcre_compile.html \
doc/html/pcre_compile2.html \
doc/html/pcre_config.html \
@@ -301,6 +303,7 @@ endif
dist_man_MANS = \
doc/pcre.3 \
+ doc/pcre-config.1 \
doc/pcre_compile.3 \
doc/pcre_compile2.3 \
doc/pcre_config.3 \