bagder: curl-www/libcurl/hiper Makefile, 1.1, 1.2 _index.html, 1.1, 1.2 _schedule.html, NONE, 1.1
[email protected] Thu, 03 Nov 2005 09:48:58 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www/libcurl/hiper
In directory labb:/tmp/cvs-serv19939
Modified Files:
Makefile _index.html
Added Files:
_schedule.html
Log Message:
more basics setup
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 3 Nov 2005 09:41:35 -0000 1.1
+++ Makefile 3 Nov 2005 09:48:56 -0000 1.2
@@ -2,12 +2,15 @@
TXT2PLAIN= $(ROOT)/docs/txt2plain.pl
-MAINPARTS= $(ROOT)/_doctype.html ../_menu.html ../_links.html $(ROOT)/setup.t \
+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
+all: index.html schedule.html
index.html: _index.html $(MAINPARTS)
$(ACTION)
+
+schedule.html: _schedule.html $(MAINPARTS)
+ $(ACTION)
Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _index.html 3 Nov 2005 09:41:35 -0000 1.1
+++ _index.html 3 Nov 2005 09:48:56 -0000 1.2
@@ -5,6 +5,7 @@
</head>
#define LIBCURL_HIPER
+#define HIPER_INDEX
#define CURL_URL libcurl/hiper
#include "_menu.html"
--- NEW FILE: _schedule.html ---
#include "_doctype.html"
<html>
<head> <title>hiper - schedule</title>
#include "css.t"
</head>
#define LIBCURL_HIPER
#define HIPER_SCHEDULE
#define CURL_URL libcurl/hiper/schedule.html
#include "_menu.html"
#include "setup.t"
WHERE3(libcurl, "/libcurl/", hiper, "/libcurl/hiper/", hiper schedule)
<a name=top>
TITLE(Project Hiper Schedule)
#include "_footer.html"
</BODY>
</HTML>