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