diff options
author | brian <brian@FreeBSD.org> | 1997-05-17 04:00:26 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-05-17 04:00:26 +0000 |
commit | 31f41119693cd594121e0419d40f3917cdb9d1b6 (patch) | |
tree | 50ff6ab267df2f79146672cca63ca4bc5594352f /share/doc | |
parent | 754d4192edf06170d72710ef93bd41b2d0e6428d (diff) | |
download | FreeBSD-src-31f41119693cd594121e0419d40f3917cdb9d1b6.zip FreeBSD-src-31f41119693cd594121e0419d40f3917cdb9d1b6.tar.gz |
Add -links option to sgmlfmt (via SGMLOPTS).
This allows people to xref specific parts of the
handbook from elsewhere.
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/handbook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/doc/handbook/Makefile b/share/doc/handbook/Makefile index edbe212..0cce683 100644 --- a/share/doc/handbook/Makefile +++ b/share/doc/handbook/Makefile @@ -1,5 +1,6 @@ -# $Id: Makefile,v 1.24 1997/05/01 03:06:31 jfieber Exp $ +# $Id: Makefile,v 1.25 1997/05/02 02:20:25 ache Exp $ +SGMLOPTS=-links SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml SRCS+= cyclades.sgml development.sgml dialup.sgml dialout.sgml |