diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-08 20:00:52 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-08 20:00:52 +0000 |
commit | b21fcc5d6d8565ca105f874759d260e309fac866 (patch) | |
tree | a728bde98a37215ebd6494eceb75237259073a2a | |
parent | 03d140978114a77eff40ed1434e00f391b0ef15f (diff) | |
download | FreeBSD-src-b21fcc5d6d8565ca105f874759d260e309fac866.zip FreeBSD-src-b21fcc5d6d8565ca105f874759d260e309fac866.tar.gz |
Added entries for some info files that are being installed, but
not referenced in the main info menu:
cvs, cvsclient (cvs client/server stuff), diff/patch, gmp (GNU MP math
library).
-rw-r--r-- | gnu/usr.bin/texinfo/info-files/dir | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/info-files/dir b/gnu/usr.bin/texinfo/info-files/dir index ddedcfb..6c7f900 100644 --- a/gnu/usr.bin/texinfo/info-files/dir +++ b/gnu/usr.bin/texinfo/info-files/dir @@ -15,6 +15,9 @@ File: dir Node: Top This is the top of the INFO tree System utilities: * AMD: (amdref). AMD Reference Manual. +* CVS: (cvs). CVS Reference Manual. +* CVS-CLIENT: (cvsclient). CVS client/server Reference Manual. +* DIFF: (diff). DIFF/PATCH Reference Manual. * DC: (dc). The GNU desk calculator. * GAWK: (gawk). The GNU AWK language interpreter manual. * Info: (info). Manual for this documentation browsing system. @@ -43,6 +46,7 @@ Programming & development tools: * GXX Internals: (gxxint). Guide to the internals of the GNU C++ compiler. * GDB: (gdb). The GNU Debugger (C & C++) manual. * GDB Internals: (gdbint). Guide to the internals of GDB. +* GMP: (gmp). The GNU MP Math library. * History: (history). The GNU History library. * Readline: (readline). The GNU Readline library * Regex: (regex). The GNU regular expression library. |