diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-04-19 18:10:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-19 20:43:50 +0200 |
commit | 7e53974603079a9522acdb10f3b4de499ffa6e4d (patch) | |
tree | ebee690e2ed67a5cb89af8a3f08c2c15fb574971 /tests/Makefile.am | |
parent | 003a7b5269d8eced1aad9046269ea7104538de1f (diff) | |
download | curl-7e53974603079a9522acdb10f3b4de499ffa6e4d.tar.gz |
tests/FILEFORMAT: converted to markdown and extended
Closes #5261
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 c7b465d9a..cea09d146 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,7 +25,7 @@ PDFPAGES = testcurl.pdf runtests.pdf MANDISTPAGES = runtests.1.dist testcurl.1.dist EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \ - getpart.pm FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl \ + getpart.pm FILEFORMAT.md README stunnel.pem memanalyze.pl testcurl.pl \ valgrind.pm ftp.pm sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \ serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \ CMakeLists.txt mem-include-scan.pl valgrind.supp extern-scan.pl \ |