bagder: curl-www/mail Makefile,1.11,1.12
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/mail In directory labb:/tmp/cvs-serv2486/mail Modified Files: Makefile Log Message: use sflogo.html, not sflogo.t anymore Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/mail/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile 15 Jan 2008 12:12:13 -0000 1.11 +++ Makefile 26 Apr 2008 21:21:31 -0000 1.12 @@ -6,7 +6,7 @@ MAINPARTS= $(ROOT)/_doctype.html $(CURL)/_menu.html $(CURL)/_footer.html \ $(CURL)/setup.t $(CURL)/pic.t $(CURL)/where.t $(CURL)/mirrorlinks.t \ - $(ROOT)/ad.t $(ROOT)/sflogo.t + $(ROOT)/ad.t $(ROOT)/sflogo.html NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y') ACTION=@echo preprocessing $@; rm -f $@; cpp -I.. -I. -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@; chmod a-w+r $@