diff options
author | jmacd <jmacd@FreeBSD.org> | 1997-01-11 02:44:34 +0000 |
---|---|---|
committer | jmacd <jmacd@FreeBSD.org> | 1997-01-11 02:44:34 +0000 |
commit | 431026fe426c5be38ce75755481a1f53c39f5466 (patch) | |
tree | 77a5b2f20f408a2c1f66493bc4bca2b023e77e0e /share | |
parent | c33ba3cc46035958ce093fdd120d4c9646e630f8 (diff) | |
parent | 19f42abf29829208480d7857467906da3116ca1e (diff) | |
download | FreeBSD-src-431026fe426c5be38ce75755481a1f53c39f5466.zip FreeBSD-src-431026fe426c5be38ce75755481a1f53c39f5466.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r21503,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'share')
-rw-r--r-- | share/info/Makefile | 10 | ||||
-rw-r--r-- | share/info/dir-tmpl | 15 |
2 files changed, 25 insertions, 0 deletions
diff --git a/share/info/Makefile b/share/info/Makefile new file mode 100644 index 0000000..9590972 --- /dev/null +++ b/share/info/Makefile @@ -0,0 +1,10 @@ +# @(#)Makefile 8.1 (Berkeley) 6/5/93 + +NOOBJ= noobj + +all clean cleandir depend lint tags: + +beforeinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl ${DESTDIR}${BINDIR}/info/dir + +.include <bsd.prog.mk> diff --git a/share/info/dir-tmpl b/share/info/dir-tmpl new file mode 100644 index 0000000..ff4d31c --- /dev/null +++ b/share/info/dir-tmpl @@ -0,0 +1,15 @@ +-*- Text -*- +This is the file .../info/dir, which contains the topmost node of the +Info hierarchy. The first time you invoke Info you start off +looking at that node, which is (dir)Top. + +File: dir Node: Top This is the top of the INFO tree + This (the Directory node) gives a menu of major topics. + Typing "d" returns here, "q" exits, "?" lists all INFO commands, "h" + gives a primer for first-timers, "mEmacs<Return>" visits the Emacs topic, + etc. + In Emacs, you can click mouse button 2 on a menu item or cross reference + to select it. + --- PLEASE ADD DOCUMENTATION TO THIS TREE. (See INFO topic first.) --- + +* Menu: The list of major topics begins on the next line. |