diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-15 12:13:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-15 12:13:37 +0000 |
commit | 06ffb47ef23169b016745d4407e1e3278e5f78aa (patch) | |
tree | f71bd728c612055571e746a7da1f8f605dbce10e /tests/Makefile.am | |
parent | 1acbda97e07a9a74a192ff0c52143e3af5b4ce7e (diff) | |
download | curl-06ffb47ef23169b016745d4407e1e3278e5f78aa.tar.gz |
initial man page attempt for testcurl.pl
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4aa1d1347..6a968adf9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,7 +22,7 @@ ########################################################################### EXTRA_DIST = ftpserver.pl httpserver.pl httpsserver.pl runtests.pl \ ftpsserver.pl getpart.pm FILEFORMAT README stunnel.pem memanalyze.pl \ - testcurl.pl valgrind.pm + testcurl.pl valgrind.pm testcurl.1 SUBDIRS = data server libtest |