diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-05-15 22:32:15 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-05-15 22:34:12 +0200 |
commit | 5fa82ca56f005e4c712221aafaa0b61b5a3f4d82 (patch) | |
tree | 4ebabd6f7f3ec13a29b064a3addb6477bb97faae /lib/Makefile.am | |
parent | 1c01cee601c4bc967dc5e734cd2b11517a228a33 (diff) | |
download | curl-5fa82ca56f005e4c712221aafaa0b61b5a3f4d82.tar.gz |
README.pipelining: removed
All the details mentioned here are better documented in man pages
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 248a6d993..fd2ca585d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,8 +22,8 @@ AUTOMAKE_OPTIONS = foreign nostdinc DOCS = README.encoding README.memoryleak README.ares README.curlx \ - README.hostip README.multi_socket README.httpauth README.pipelining \ - README.curl_off_t README.pingpong + README.hostip README.multi_socket README.httpauth README.curl_off_t \ + README.pingpong CMAKE_DIST = CMakeLists.txt curl_config.h.cmake |