bagder: curl-www/docs Makefile, 1.47, 1.48 _runtests.html, NONE, 1.1 _testcurl.html, NONE, 1.1

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv32122

Modified Files:
	Makefile 
Added Files:
	_runtests.html _testcurl.html 
Log Message:
more docs


--- NEW FILE: _testcurl.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>cURL - Automatic Test</TITLE>
#include "css.t"
#include "manpage.t"
</HEAD>

#define CURL_DOCS
#define DOCS_TESTCURL
#define CURL_URL docs/testcurl.html

#include "_menu.html"
#include "setup.t"

WHERE2(Docs, "/docs/", testcurl.pl)

TITLE(testcurl.1 the man page)
<div class="relatedbox">
<b>Related:</b>
<br><a href="manpage.html">curl.1</a>
<br><a href="runtests.html">runtests.1</a>
<br><a href="manual.html">Manual</a>
<br><a href="faq.html">FAQ</a>
<br><a href="httpscripting.html">HTTP Scripting</a>
</div>

#include "testcurl.dump"

#include "_footer.html"

</BODY>
</HTML>


--- NEW FILE: _runtests.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>cURL - Run curl tests</TITLE>
#include "css.t"
#include "manpage.t"
</HEAD>

#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 man page)
<div class="relatedbox">
<b>Related:</b>
<br><a href="manpage.html">man page</a>
<br><a href="testcurl.html">testcurl.1</a>
<br><a href="faq.html">FAQ</a>
<br><a href="httpscripting.html">HTTP Scripting</a>
</div>

#include "runtests.dump"

#include "_footer.html"

</BODY>
</HTML>


Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Makefile	11 Mar 2005 12:30:48 -0000	1.47
+++ Makefile	21 Mar 2005 07:43:39 -0000	1.48
@@ -1,5 +1,6 @@
 SRCROOT=../cvssource
 DOCROOT=$(SRCROOT)/docs
+TESTROOT=$(SRCROOT)/tests
 
 MAINPARTS= ../_doctype.html _menu.html ../_footer.html ../setup.t ../pic.t \
    ../where.t ../ad.t ../libcurl/_links.html ../mirrorlinks.t		   \
@@ -17,7 +18,8 @@
  resources.html copyright.html thanks.html y2k.html todo.html		\
  httpscripting.html comparison-table.html relatedtools.html		\
  osdistribs.html versions.html history.html loc.html knownbugs.html	\
- manual.html caextract.html programs.html security.html
+ manual.html caextract.html programs.html security.html testcurl.html \
+ runtests.html
 
 all: $(PAGES)
 	@echo done 
@@ -38,6 +40,16 @@
 mandump.t: $(DOCROOT)/curl.1
 	 $(MAN2HTML) < $(DOCROOT)/curl.1 > mandump.t
 
+testcurl.html: _testcurl.html $(MAINPARTS) testcurl.dump
+	$(ACTION)
+testcurl.dump: $(TESTROOT)/testcurl.1
+	 $(MAN2HTML) < $< > $@
+
+runtests.html: _runtests.html $(MAINPARTS) runtests.dump
+	$(ACTION)
+runtests.dump: $(TESTROOT)/runtests.1
+	 $(MAN2HTML) < $< > $@
+
 
 bugs.html: _bugs.html $(MAINPARTS) bugs.t
 	$(ACTION)

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.