changeset 6475:5e881924e645

[project @ 2007-03-29 13:28:03 by jwe]
author jwe
date Thu, 29 Mar 2007 13:28:03 +0000
parents 3d6e0589e887
children 2533c8c41aad
files ChangeLog examples/info-emacs-info examples/info-emacs-octave-help
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-29  Rafael Laboissiere  <rafael@debian.org>
+
+	* examples/info-emacs-octave-help, examples/info-emacs-info:
+	Use gnuclient, not gnudoit.
+
 2007-03-27  John W. Eaton  <jwe@octave.org>
 
 	* octMakefile.in (dist, conf-dist): Use ln, not $(LN_S).
--- a/examples/info-emacs-info
+++ b/examples/info-emacs-info
@@ -11,4 +11,4 @@
 fi
 cmd="(require 'info) $cmd"
 [ $4 ] && cmd="$cmd (Info-index \"$4\")"
-gnudoit -q $cmd
+gnuclient -q $cmd
--- a/examples/info-emacs-octave-help
+++ b/examples/info-emacs-octave-help
@@ -11,4 +11,4 @@
     shift 2
 fi
 cmd="$cmd (octave-help \"$4\")"
-gnudoit -q $cmd
+gnuclient -q $cmd