changeset 9932:0ae56b3486df octave-forge

html_help_text: reverting changes comitted by accident in r8745
author carandraug
date Sat, 31 Mar 2012 21:36:13 +0000
parents 58d36e8880db
children 1dd677a6d049
files extra/generate_html/inst/html_help_text.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/generate_html/inst/html_help_text.m	Fri Mar 30 15:59:45 2012 +0000
+++ b/extra/generate_html/inst/html_help_text.m	Sat Mar 31 21:36:13 2012 +0000
@@ -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);