bagder: curl-www/feedback Makefile,1.1,1.2
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/feedback
In directory labb:/tmp/cvs-serv2486/feedback
Modified Files:
Makefile
Log Message:
use sflogo.html, not sflogo.t anymore
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/feedback/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 4 Sep 2006 10:34:50 -0000 1.1
+++ Makefile 26 Apr 2008 21:21:30 -0000 1.2
@@ -1,6 +1,6 @@
MAINPARTS= ../_doctype.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')
FCPPOPTS=-I.. -Idocs -WWW -Uunix -H -C -V -P -LL "$(NOW)"
ACTION=@echo preprocessing $@; rm -f $@; fcpp $(FCPPOPTS) $< $@;