Makefile and empty dir template.

This commit is contained in:
Joshua Peck Macdonald 1997-01-11 02:44:34 +00:00
parent 0d7f401441
commit 527aaab97e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/JMACD/; revision=21503
2 changed files with 25 additions and 0 deletions

10
share/info/Makefile Normal file
View File

@ -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>

15
share/info/dir-tmpl Normal file
View File

@ -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.