bagder: curl-www/libcurl Makefile,1.59,1.60 _abi.html,1.1,1.2

[email protected] Tue, 16 Jun 2009 11:55:39 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/libcurl
In directory labb:/tmp/cvs-serv1996

Modified Files:
	Makefile _abi.html 
Log Message:
txt2html broke, so I switched to txt2plain 


Index: _abi.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/_abi.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _abi.html	9 Oct 2007 09:28:17 -0000	1.1
+++ _abi.html	16 Jun 2009 11:55:36 -0000	1.2
@@ -13,8 +13,9 @@
 WHERE2(libcurl, "/libcurl/abi.html", libcurl binary interface)
 
 TITLE(libcurl binary interface)
+<pre>
 #include "abi.t"
-
+</pre>
 #include "_footer.html"
 
 </BODY>

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/Makefile,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Makefile	2 Mar 2009 08:59:08 -0000	1.59
+++ Makefile	16 Jun 2009 11:55:36 -0000	1.60
@@ -68,7 +68,7 @@
 	$(ACTION)
 
 abi.t: $(CVSROOT)/docs/libcurl/ABI
-	$(TXT2HTML) < $< > $@
+	$(TXT2PLAIN) < $< > $@
 
 features.html: _features.html $(MAINPARTS)
 	$(ACTION)