diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-19 09:11:07 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-19 09:11:07 +0000 |
commit | 5f4b7bc92c61bbb13c860732c6b3c24a3dd76002 (patch) | |
tree | 55d45ce45d853a08631e3fba7d52365450d63448 /usr.sbin/amd | |
parent | 540b71c23a16c42bbef007d6dbc3ad4280e690dd (diff) | |
download | FreeBSD-src-5f4b7bc92c61bbb13c860732c6b3c24a3dd76002.zip FreeBSD-src-5f4b7bc92c61bbb13c860732c6b3c24a3dd76002.tar.gz |
1. Get all the nodes in this texinfo document happily pointing in the proper
directions.
2. Drop in a Makefile that properly installs the info files for this.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/doc/Makefile | 13 | ||||
-rw-r--r-- | usr.sbin/amd/doc/amdref.texinfo | 15 |
2 files changed, 15 insertions, 13 deletions
diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile index 297de2b..eba1270 100644 --- a/usr.sbin/amd/doc/Makefile +++ b/usr.sbin/amd/doc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 5.2 90/06/23 22:21:25 jsp Rel $ +# $Id: Makefile,v 1.1.1.1 1994/05/26 05:22:14 rgrimes Exp $ # # Copyright (c) 1990 Jan-Simon Pendry # Copyright (c) 1990 Imperial College of Science, Technology & Medicine @@ -40,14 +40,15 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # -PROG = amdref +INFO = amdref SRCS = amdref.texinfo -${PROG}: amdref.dvi +# Use the following instead if you have TeX installed on your system. +#${PROG}: amdref.dvi amdref.info + +CLEANFILES+= *.info* *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr amdref.dvi: ${SRCS} -tex amdref; tex amdref -clean: - -rm -f amdref.aux amdref.cp amdref.dvi amdref.fn amdref.ky \ - amdref.log amdref.pg amdref.toc amdref.tp amdref.vr +.include <bsd.info.mk> diff --git a/usr.sbin/amd/doc/amdref.texinfo b/usr.sbin/amd/doc/amdref.texinfo index 4a6d8e9..89cd5e1 100644 --- a/usr.sbin/amd/doc/amdref.texinfo +++ b/usr.sbin/amd/doc/amdref.texinfo @@ -37,7 +37,7 @@ @c @c @(#)amdref.texinfo 8.1 (Berkeley) 6/6/93 @c -@c $Id: amdref.texinfo,v 5.2.2.1 1992/02/09 15:11:50 jsp beta $ +@c $Id: amdref.texinfo,v 1.1.1.1 1994/05/26 05:22:11 rgrimes Exp $ @c @setfilename amdref.info @c @setfilename /usr/local/emacs/info/amd @@ -1902,6 +1902,7 @@ effect visible to the user.@refill * Unix Filesystem:: Native disk filesystem. * Program Filesystem:: Generic Program mounts. * Symbolic Link Filesystem:: Local link referencing existing filesystem. +* Symbolic Link Filesystem II:: More on referencing existing filesystems. * Automount Filesystem:: * Direct Automount Filesystem:: * Union Filesystem:: @@ -2221,7 +2222,7 @@ jsp host==charm;type:=link;fs:=/home/charm;sublink:=jsp @end example which would return a symbolic link pointing to @file{/home/charm/jsp}. -@node Symbolic Link Filesystem II, Automount Filesystem, Program Filesystem, Filesystem Types +@node Symbolic Link Filesystem II, Automount Filesystem, Symbolic Link Filesystem, Filesystem Types, @comment node-name, next, previous, up @section Symbolic Link Filesystem II (@samp{type:=link}) @cindex Symbolic link filesystem II @@ -2877,7 +2878,7 @@ off. The ``-D'' option has a similar behaviour. * FSinfo filesystems:: Defining locally attached filesystems. * FSinfo static mounts:: Defining additional static mounts. * FSinfo automount definitions:: -* FSinfo command line options:: +* FSinfo Command Line Options:: * FSinfo errors:: @end menu @@ -3000,7 +3001,7 @@ fsinfo_attr : host | automount ; * FSinfo automount definitions:: @end menu -@node FSinfo host definitions, FSinfo host attributes, FSinfo grammar, FSinfo +@node FSinfo host definitions, FSinfo host attributes, FSinfo Grammar, FSinfo @comment node-name, next, previous, up @section @i{FSinfo} host definitions @cindex FSinfo host definitions @@ -3805,7 +3806,7 @@ It specifies directories in which to find include files Removes any initial definition of the symbol @dfn{name}. Inverse of the @code{-D} option. -@node FSinfo errors, , FSinfo command line options, FSinfo +@node FSinfo errors, , FSinfo Command Line Options, FSinfo @comment node-name, next, previous, up @section Errors produced by @i{FSinfo} @cindex FSinfo error messages @@ -3990,7 +3991,7 @@ than zero. Swap devices should not be dumped.@refill * User Filesystems:: * Home Directories:: * Architecture Sharing:: -* Wildcard names:: +* Wildcard Names:: * rwho servers:: * /vol:: @end menu @@ -4544,7 +4545,7 @@ Microsystems, Inc. in the USA and other countries. @end itemize -@node Index, Intro, Acknowledgements & Trademarks, Top +@node Index, , Acknowledgements & Trademarks, Top @comment node-name, next, previous, up @unnumbered Index |