bagder: curl-www/rfc Makefile,1.2,1.3
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/rfc
In directory labb:/tmp/cvs-serv2486/rfc
Modified Files:
Makefile
Log Message:
use sflogo.html, not sflogo.t anymore
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/rfc/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 11 Mar 2005 12:30:48 -0000 1.2
+++ Makefile 26 Apr 2008 21:21:31 -0000 1.3
@@ -3,7 +3,7 @@
MAINPARTS= ../_doctype.html ../_menu.html ../_footer.html ../setup.t ../pic.t \
../where.t ../ad.t ../libcurl/_links.html ../mirrorlinks.t \
- ../css.t ../sflogo.t Makefile
+ ../css.t ../sflogo.html Makefile
NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
ACTION=@echo preprocessing $@; rm -f $@; fcpp -I../docs -I.. -WWW -Uunix -H -C -V -P -LL "$(NOW)" $< $@;