From: <car...@us...> - 2012-03-31 21:36:19
|
Revision: 10118 http://octave.svn.sourceforge.net/octave/?rev=10118&view=rev Author: carandraug Date: 2012-03-31 21:36:13 +0000 (Sat, 31 Mar 2012) Log Message: ----------- html_help_text: reverting changes comitted by accident in r8745 Revision Links: -------------- http://octave.svn.sourceforge.net/octave/?rev=8745&view=rev Modified Paths: -------------- trunk/octave-forge/extra/generate_html/inst/html_help_text.m Modified: trunk/octave-forge/extra/generate_html/inst/html_help_text.m =================================================================== --- trunk/octave-forge/extra/generate_html/inst/html_help_text.m 2012-03-30 15:59:45 UTC (rev 10117) +++ trunk/octave-forge/extra/generate_html/inst/html_help_text.m 2012-03-31 21:36:13 UTC (rev 10118) @@ -72,7 +72,6 @@ endif ## Run makeinfo -pwd [text, status] = __makeinfo__ (text, "html", seealso); if (status != 0) error ("html_help_text: couln't parse file '%s'", name); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |