changeset 8720:dda421a1f1e6

doc/interpreter/mk_doc_cache.m: pass --fill-column=1024 to makeinfo
author John W. Eaton <jwe@octave.org>
date Wed, 11 Feb 2009 01:48:39 -0500
parents 679c270b7584
children e9cb742df9eb
files doc/interpreter/mk_doc_cache.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/mk_doc_cache.m	Wed Feb 11 01:02:54 2009 -0500
+++ b/doc/interpreter/mk_doc_cache.m	Wed Feb 11 01:48:39 2009 -0500
@@ -70,7 +70,7 @@
 
 fclose (fid);
 
-cmd = sprintf ("%s --no-headers --no-warn --force --no-validate %s",
+cmd = sprintf ("%s --no-headers --no-warn --force --no-validate --fill-column=1024 %s",
                makeinfo_program (), name);
 
 [status, formatted_text] = system (cmd);