bagder: curl-www/libcurl/hiper Makefile, NONE, 1.1 _index.html, NONE, 1.1
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/hiper In directory labb:/tmp/cvs-serv19145/hiper Added Files: Makefile _index.html Log Message: start 'hiper' section --- NEW FILE: Makefile --- ROOT = ../.. TXT2PLAIN= $(ROOT)/docs/txt2plain.pl MAINPARTS= $(ROOT)/_doctype.html ../_menu.html ../_links.html $(ROOT)/setup.t \ ../pic.t $(ROOT)/where.t ../download.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.t NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y') ACTION=@echo preprocessing $@; rm -f $@; cpp -I.. -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@; chmod a-w+r $@ all: index.html index.html: _index.html $(MAINPARTS) $(ACTION) --- NEW FILE: _index.html --- #include "_doctype.html" <html> <head> <title>High Performance libcurl - hiper</title> #include "css.t" </head> #define LIBCURL_HIPER #define CURL_URL libcurl/hiper #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", hiper) <a name=top> TITLE(High Performance libcurl) #include "_footer.html" </BODY> </HTML>