1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Add dircategory and direntry to the TeXinfo file
This is a Debian-specific patch.
Author: Rafael Laboissiere <rafael@debian.org>
Forwarded: not-needed
Last-Update: 2016-05-04
--- octave-parallel-3.1.0.orig/doc/parallel.txi
+++ octave-parallel-3.1.0/doc/parallel.txi
@@ -35,6 +35,13 @@ see
@end ifhtml
@end macro
+@ifinfo
+@dircategory Math
+@direntry
+* Octave parallel: (parallel). Parallel package of Octave.
+@end direntry
+@end ifinfo
+
@titlepage
@title General documentation for the documentation package for Octave
@page
|