diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-06-17 00:29:02 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-06-17 00:29:02 +0200 |
commit | b56dff79add04a1de2e07a3cf58114cd4e76cc4c (patch) | |
tree | 46f160ab309e3ede23777a3263214f2b814bd0d6 /configure.ac | |
parent | e02924372705f5f45f381ab1c3ab729270d285a9 (diff) | |
download | curl-b56dff79add04a1de2e07a3cf58114cd4e76cc4c.tar.gz |
opts: initial makefile
with a bonus first rough 'mancheck' target to see which man pages that
are still missing
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d9b7a247e..a06f0fd1f 100644 --- a/configure.ac +++ b/configure.ac @@ -3506,6 +3506,7 @@ AC_CONFIG_FILES([Makefile \ docs/Makefile \ docs/examples/Makefile \ docs/libcurl/Makefile \ + docs/libcurl/opts/Makefile \ include/Makefile \ include/curl/Makefile \ src/Makefile \ |