diff --git a/docs/_contribute.html b/docs/_contribute.html deleted file mode 100644 index c99e740206..0000000000 --- a/docs/_contribute.html +++ /dev/null @@ -1,31 +0,0 @@ -#include "_doctype.html" - - curl - CONTRIBUTE -#include "css.t" - - -#define CURL_DOCS -#define DOCS_CONTRIBUTE -#define CURL_URL docs/contribute.html - -#include "_menu.html" -#include "setup.t" - -WHERE2(Docs, "/docs/", Contribute) - -TITLE(Contribute -- How to Contribute Code) -
-Related: -
Code of Conduct -
Code Style -
Help us -
Mailing Lists -
Internals -
- -#include "contribute.t" - -#include "_footer.html" - - - diff --git a/docs/_internals.shtml b/docs/_internals.shtml deleted file mode 100644 index 2c2788a039..0000000000 --- a/docs/_internals.shtml +++ /dev/null @@ -1,26 +0,0 @@ -#include "_doctype.html" - - curl - Internal Design -#include "css.t" - - -#define CURL_DOCS -#define DOCS_INTERNALS - -#define CURL_URL docs/internals.html - -#include "_menu.html" -#include "setup.t" - -WHERE2(Docs, "/docs/", Internals) - -TITLE(INTERNALS -- how things work inside) - -
-#include "internals.t"
-
- -#include "_footer.html" - - - diff --git a/docs/_runtests.html b/docs/_runtests.html deleted file mode 100644 index 46a1b04a68..0000000000 --- a/docs/_runtests.html +++ /dev/null @@ -1,31 +0,0 @@ -#include "_doctype.html" - - curl - Run curl tests -#include "css.t" -#include "manpage.t" - - -#define CURL_DOCS -#define DOCS_RUNTESTS -#define CURL_URL docs/runtests.html - -#include "_menu.html" -#include "setup.t" - -WHERE2(Docs, "/docs/", runtests.pl) - -TITLE(runtests.1 the manpage) -
-Related: -
manpage -
testcurl.1 -
FAQ -
HTTP Scripting -
- -#include "runtests.dump" - -#include "_footer.html" - - -