List:Internals« Previous MessageNext Message »
From:paul Date:November 16 2005 11:51pm
Subject:svn commit - mysqldoc@docsrva: r349 - in trunk: . make.d
View as plain text  
Author: paul
Date: 2005-11-17 00:51:05 +0100 (Thu, 17 Nov 2005)
New Revision: 349

Log:
 r3809@frost:  paul | 2005-11-16 17:50:18 -0600
 -dont_wrap_pre is weirdly broken on docsrva.


Modified:
   trunk/
   trunk/make.d/xml-txt


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3790
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1047
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3809
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1047

Modified: trunk/make.d/xml-txt
===================================================================
--- trunk/make.d/xml-txt	2005-11-16 19:21:59 UTC (rev 348)
+++ trunk/make.d/xml-txt	2005-11-16 23:51:05 UTC (rev 349)
@@ -41,7 +41,7 @@
 		--stringparam generate.toc "" \
 		--output $*-nolink.html $(MYSQL_HTML_XSL) \
 		$*-nolink.xml
-	lynx -dump -width=76 -dont_wrap_pre $*-nolink.html > $@
+	lynx -dump -width=76 $*-nolink.html > $@
 
 # Do NOT include *.txt in the clean target.  That's too common an
 # extension, so it's not safe to go ahead and remove all .txt files.

Thread
svn commit - mysqldoc@docsrva: r349 - in trunk: . make.dpaul17 Nov