Turn on %generate-legalnotice-link%. This makes the word "Copyright" in

generated HTML link to the legalnotice, if the document has one.

Requested by several people on -doc (all of whom probably thought this
would be quite a lot of effort, heh heh heh).
This commit is contained in:
Nik Clayton 2001-02-13 19:21:31 +00:00
parent 378340c7fe
commit 4e9b64c5f7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8783

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.19 2000/10/28 21:14:44 nik Exp $ -->
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.20 2001/01/08 12:40:52 nik Exp $ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY % output.html "IGNORE">
@ -47,6 +47,13 @@
;; Write a manifest?
#f)
(define %generate-legalnotice-link%
;; Should legal notices be a link to a separate file?
;;
;; Naturally, this has no effect if you're building one big
;; HTML file.
#t)
<!-- Understand <segmentedlist> and related elements. Simpleminded,
and only works for the HTML output. -->