bagder: curl-www/legal Makefile,1.10,1.11 _menu.html,1.2,1.3
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/legal In directory labb:/tmp/cvs-serv2486/legal Modified Files: Makefile _menu.html Log Message: use sflogo.html, not sflogo.t anymore Index: _menu.html =================================================================== RCS file: /cvsroot/curl/curl-www/legal/_menu.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- _menu.html 1 Sep 2005 08:42:39 -0000 1.2 +++ _menu.html 26 Apr 2008 21:21:30 -0000 1.3 @@ -58,6 +58,6 @@ </div> <p> -#include "sflogo.t" +#include "sflogo.html" </td><td valign="top" align="left"> Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/legal/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile 17 Sep 2005 20:27:07 -0000 1.10 +++ Makefile 26 Apr 2008 21:21:30 -0000 1.11 @@ -5,7 +5,7 @@ MAINPARTS= $(ROOT)/_doctype.html _menu.html $(ROOT)/_footer.html \ $(ROOT)/setup.t $(ROOT)/pic.t $(ROOT)/where.t $(ROOT)/mirrorlinks.t \ -$(ROOT)/sflogo.t $(ROOT)/css.t +$(ROOT)/sflogo.html $(ROOT)/css.t NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y') ACTION=@echo preprocessing $@; rm -f $@; cpp -I$(ROOT) -Idocs -WWW -Uunix -H -C -P -V -LL "$(NOW)" _$@ $@; chmod a-w+r $@