bagder: curl-www/libcurl/using Makefile, 1.12, 1.13 _menu.html, 1.11, 1.12
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/using In directory labb:/tmp/cvs-serv2486/libcurl/using Modified Files: Makefile _menu.html Log Message: use sflogo.html, not sflogo.t anymore Index: _menu.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/using/_menu.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- _menu.html 12 Aug 2004 11:26:50 -0000 1.11 +++ _menu.html 26 Apr 2008 21:21:30 -0000 1.12 @@ -61,6 +61,6 @@ </div> <p> -#include "sflogo.t" +#include "sflogo.html" </td><td valign=top align=left> Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/using/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile 12 Aug 2004 10:39:06 -0000 1.12 +++ Makefile 26 Apr 2008 21:21:30 -0000 1.13 @@ -8,7 +8,7 @@ MAINPARTS= $(ROOT)/_doctype.html _menu.html ../_links.html $(ROOT)/setup.t \ ../pic.t $(ROOT)/where.t ../download.t $(ROOT)/ad.t $(ROOT)/css.t \ - $(ROOT)/mirrorlinks.t $(ROOT)/sflogo.t + $(ROOT)/mirrorlinks.t $(ROOT)/sflogo.html NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y') ACTION=@echo preprocessing $@; rm -f $@; cpp -I.. -I$(ROOT) -I../c -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@; chmod a-w+r $@