diff options
author | bmah <bmah@FreeBSD.org> | 2002-03-23 00:23:53 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-03-23 00:23:53 +0000 |
commit | 430b41d259d8bb3d91b0093bde35971896211ad5 (patch) | |
tree | 39dbd902cbf48d7534867403dae0a421abb0cd19 /release/doc | |
parent | 969de7d2d6ca59d428a0841c1e0352b96f888e8c (diff) | |
download | FreeBSD-src-430b41d259d8bb3d91b0093bde35971896211ad5.zip FreeBSD-src-430b41d259d8bb3d91b0093bde35971896211ad5.tar.gz |
Don't use graphics in callouts for the release documentation. The
little graphics images are a pain to deal with, and they don't work in
the *.TXT files anyways.
Submitted by: ue
Diffstat (limited to 'release/doc')
-rw-r--r-- | release/doc/share/sgml/release.dsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release/doc/share/sgml/release.dsl b/release/doc/share/sgml/release.dsl index 7892954..ee37005 100644 --- a/release/doc/share/sgml/release.dsl +++ b/release/doc/share/sgml/release.dsl @@ -89,6 +89,12 @@ (define %footnote-ulinks% #t) ]]> + <![ %output.html; [ + (define %callout-graphics% + ;; Use graphics in callouts? + #f) + ]]> + </style-specification-body> </style-specification> |