You are not logged in.
Pages: 1
Hi,
I'm reading a book that uses examples with matlab/octave. I installed octave 3.4.0-2 from extra. Everything works fine so far. But when I ask for octaves documentation I get an error:
octave:1> doc
info: /usr/share/info/octave.info: Datei oder Verzeichnis nicht gefunden
octave:2>
Is it intended not to include the info documentation in the main package? Would it be possible to provide a octave-doc package? Would be great, as it seems that octave is quite powerfull. And I really love to have the opportunity to browse help from interactive prompts (like in bash, pure and others)
Thanks!
Bjoern
Offline
http://projects.archlinux.org/svntogit/ … k/PKGBUILD
./configure --prefix=/usr --libexecdir=/usr/lib \
--enable-shared --disable-static --disable-docsYou need to rebuild it w/o the '--disable-docs'.
Offline
You could open a bug or feature request on the bug tracker.
Offline
@karol: Thanks, that helped for me.
@Snowman: I'm considering a feature request, but it will take some time. Have to read the guidlines first ![]()
Offline
Pages: 1