# HG changeset patch # User Rik # Date 1386132870 28800 # Node ID 42c3e30557a4bbe3674c4c2ce985cd0edcc5c0dd # Parent 1c4fd938bdefa9b23e0e09291d199e29341843df doc: Small fixes to the octave manual (bug #40557). * contrib.txi: Correct missing word "few" in sentence. * install.txi: Add gl2ps to list of external packages. Remove WebKit from list of required Qt modules. diff -r 1c4fd938bdef -r 42c3e30557a4 doc/interpreter/contrib.txi --- a/doc/interpreter/contrib.txi Tue Dec 03 22:32:52 2013 +0100 +++ b/doc/interpreter/contrib.txi Tue Dec 03 20:54:30 2013 -0800 @@ -134,7 +134,7 @@ # attach ../nasty2.diff to your bug report @end example -Mercurial has a more useful extensions that really should be enabled. +Mercurial has a few more useful extensions that really should be enabled. They are not enabled by default due to a number of factors (mostly because they don't work in all terminal types). diff -r 1c4fd938bdef -r 42c3e30557a4 doc/interpreter/install.txi --- a/doc/interpreter/install.txi Tue Dec 03 22:32:52 2013 +0100 +++ b/doc/interpreter/install.txi Tue Dec 03 20:54:30 2013 -0800 @@ -237,6 +237,10 @@ GNU Linear Programming Kit (@url{http://www.gnu.org/software/glpk}). GPLK is required for the function @code{glpk}. +@item gl2ps +OpenGL to PostScript printing library (@url{http://www.geuz.org/gl2ps/}). +gl2ps is required for printing when using the FLTK toolkit. + @item gnuplot Interactive graphics program (@url{http://www.gnuplot.info}). gnuplot is currently the default graphics renderer for Octave. @@ -285,7 +289,7 @@ @item Qt GUI and utility libraries (@url{}). Qt is required for building the GUI. It is a large framework, but the only components required are the GUI, -core, WebKit, and network modules. +core, and network modules. @item SuiteSparse Sparse matrix factorization library