bagder: curl-www/auto Makefile,1.10,1.11 _keywords.html,NONE,1.1

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

Modified Files:
	Makefile 
Added Files:
	_keywords.html 
Log Message:
initial keywords page


--- NEW FILE: _keywords.html ---
#include "_doctype.html"
<html>
<head> <title>cURL - Testcase Overview</title>
#include "css.t"
</head>

#define CURL_AUTO

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

WHERE2(Devel, "/devel.html", Automatic Build Stats)

TITLE(Automatic Builds -- Testcase Overview)

#include "topline.t"
#include "setup.t"
<p>
 Curl's tests cases are supposed to list a set of 'keywords' about what
 features and conditions that are tested in each particular test case. This is
 a summary of all current test cases.
<p>

#include "keywords.t"
#include "_footer.html"
</body> </html>


Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	14 Mar 2005 21:54:27 -0000	1.10
+++ Makefile	16 Apr 2005 22:53:10 -0000	1.11
@@ -8,11 +8,13 @@
   $(CURL)/setup.t $(CURL)/pic.t $(CURL)/where.t $(CURL)/css.t \
   $(ROOT)/mirrorlinks.t topline.t $(ROOT)/ad.t
 NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y')
-ACTION=@echo preprocessing $@; rm -f $@; fcpp -I.. -I. -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@;
+ACTION=echo preprocessing $@; \
+ rm -f $@; \
+ fcpp -I.. -I. -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@;
 
 PAGES = foot.html head.html loghead.html howto.html summary.html \
 	cvshistory.html table0.html table1.html table2.html table3.html \
-	missing.html
+	missing.html keywords.html
 
 all: $(PAGES)
 
@@ -34,6 +36,9 @@
 howto.html: _howto.html $(MAINPARTS) _head.html
 	$(ACTION)
 
+keywords.html: _keywords.html $(MAINPARTS) _head.html keywords.t
+	$(ACTION)
+
 loghead.html: _loghead.html $(MAINPARTS)
 	$(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.