bagder: curl-www/docs Makefile,1.44,1.45
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs
In directory labb.contactor.se:/tmp/cvs-serv23149
Modified Files:
Makefile
Log Message:
add newlines in the thanks output
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Makefile 12 Aug 2004 11:16:41 -0000 1.44
+++ Makefile 25 Nov 2004 14:18:00 -0000 1.45
@@ -74,7 +74,7 @@
$(ACTION)
thanks.t: $(DOCROOT)/THANKS
- $(TXT2PLAIN) < $< | sed -e 's/@/ at /g' -e 's/\([a-z]\)\.\([a-z]\)/\1 dot \2/g' -e 's/\</<span class=\"addy\">\</' -e 's/\>/\><\/span>/' |awk '/^[A-Z]/ { printf("<br>%s", $$0) }' > $@
+ $(TXT2PLAIN) < $< | sed -e 's/@/ at /g' -e 's/\([a-z]\)\.\([a-z]\)/\1 dot \2/g' -e 's/\</<span class=\"addy\">\</' -e 's/\>/\><\/span>/' |awk '/^[A-Z]/ { printf("<br>\n%s", $$0) }' > $@
faq.html: _faq.shtml $(MAINPARTS) faq.t
$(ACTION)
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits