diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-12-17 00:23:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-17 00:23:04 +0100 |
commit | a8ab99766fb60acc5f34465ed98e99c0e4be03d2 (patch) | |
tree | 789d3f038b0536ec24195bac48061c0b684cd017 /docs/Makefile.am | |
parent | c7eab72de05aaedfb6689dfa0e3d0c578873c408 (diff) | |
download | curl-a8ab99766fb60acc5f34465ed98e99c0e4be03d2.tar.gz |
cmdline-opts: include the man page split up files in the dist
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index fd045d269..a1e64b6ad 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -29,7 +29,7 @@ PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf HTMLPAGES = $(GENHTMLPAGES) index.html -SUBDIRS = examples libcurl +SUBDIRS = examples libcurl cmdline-opts CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES) |