diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-03-30 08:12:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-30 08:12:37 +0200 |
commit | 63dd7bbc5023843fc74f06abb844dba332ce9c33 (patch) | |
tree | 5b21ff03f976675a4ebc67536fc9251d54b50dfb /docs/cmdline-opts/Makefile.am | |
parent | 6a819089a6ffbb5f88f0ea13295e9d5b21183c57 (diff) | |
download | curl-63dd7bbc5023843fc74f06abb844dba332ce9c33.tar.gz |
cmake: add more missing files to the dist
Diffstat (limited to 'docs/cmdline-opts/Makefile.am')
-rw-r--r-- | docs/cmdline-opts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/Makefile.am b/docs/cmdline-opts/Makefile.am index e533981ee..bcd498a1f 100644 --- a/docs/cmdline-opts/Makefile.am +++ b/docs/cmdline-opts/Makefile.am @@ -26,7 +26,7 @@ MANPAGE = $(top_builddir)/docs/curl.1 include Makefile.inc -EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES) +EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES) CMakeLists.txt all: $(MANPAGE) |