diff options
author | Jan Schaumann <jschauma@netmeister.org> | 2012-04-27 13:53:19 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-04-27 20:25:35 +0200 |
commit | 64f48e884e3c1b0f939ac651d32531ce77da09bf (patch) | |
tree | c86ec54f18c6c575ec39ee3f934d5cfced24681f /docs/Makefile.am | |
parent | e146a5f132c01a556d9963c949321dc22c649433 (diff) |
add newly created manual page
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 80b30df12..9edf05fde 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -22,9 +22,9 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -man_MANS = curl.1 curl-config.1 -GENHTMLPAGES = curl.html curl-config.html -PDFPAGES = curl.pdf curl-config.pdf +man_MANS = curl.1 curl-config.1 mk-ca-bundle.1 +GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html +PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf HTMLPAGES = $(GENHTMLPAGES) index.html |