bagder: curl-www/libcurl/php/examples Makefile,1.4,1.5
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/php/examples In directory labb:/tmp/cvs-serv2486/libcurl/php/examples Modified Files: Makefile Log Message: use sflogo.html, not sflogo.t anymore Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/php/examples/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile 10 Nov 2005 23:15:16 -0000 1.4 +++ Makefile 26 Apr 2008 21:21:30 -0000 1.5 @@ -3,7 +3,7 @@ TXT2PLAIN= $(ROOT)/docs/txt2plain.pl MAINPARTS= $(ROOT)/_doctype.html ../_menu.html $(ROOT)/setup.t \ - $(ROOT)/where.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.t $(ROOT)/sflogo.t + $(ROOT)/where.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.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 $@