bagder: curl-www/docs Makefile,1.64,1.65 _menu.html,1.20,1.21
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv2486/docs
Modified Files:
Makefile _menu.html
Log Message:
use sflogo.html, not sflogo.t anymore
Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_menu.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- _menu.html 19 Jul 2007 21:32:12 -0000 1.20
+++ _menu.html 26 Apr 2008 21:21:30 -0000 1.21
@@ -227,7 +227,7 @@
</div>
<p>
-#include "sflogo.t"
+#include "sflogo.html"
</td><td valign=top align=left>
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Makefile 2 Mar 2008 11:18:11 -0000 1.64
+++ Makefile 26 Apr 2008 21:21:28 -0000 1.65
@@ -4,7 +4,7 @@
MAINPARTS= ../_doctype.html _menu.html ../_footer.html ../setup.t ../pic.t \
../where.t ../ad.t ../libcurl/_links.html ../mirrorlinks.t \
- ../css.t ../sflogo.t Makefile
+ ../css.t ../sflogo.html Makefile
NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
FCPPOPTS=-I.. -Idocs -WWW -Uunix -H -C -V -P -LL "$(NOW)"
ACTION=fcpp $(FCPPOPTS) $< $@;