mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
substitute SGML directory into nominum-docbook-print.dsl
This commit is contained in:
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||||
AC_DIVERT_POP()dnl
|
AC_DIVERT_POP()dnl
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.228 $)
|
AC_REVISION($Revision: 1.229 $)
|
||||||
|
|
||||||
AC_INIT(lib/dns/name.c)
|
AC_INIT(lib/dns/name.c)
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
@@ -1485,6 +1485,7 @@ AC_OUTPUT(
|
|||||||
doc/arm/Makefile
|
doc/arm/Makefile
|
||||||
doc/arm/catalog
|
doc/arm/catalog
|
||||||
doc/arm/nominum-docbook-html.dsl
|
doc/arm/nominum-docbook-html.dsl
|
||||||
|
doc/arm/nominum-docbook-print.dsl
|
||||||
doc/arm/validate.sh
|
doc/arm/validate.sh
|
||||||
doc/arm/genhtml.sh
|
doc/arm/genhtml.sh
|
||||||
doc/arm/gendvi.sh
|
doc/arm/gendvi.sh
|
||||||
|
@@ -1,42 +0,0 @@
|
|||||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
||||||
<!ENTITY dbstyle SYSTEM "/usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl" CDATA DSSSL>
|
|
||||||
]>
|
|
||||||
|
|
||||||
|
|
||||||
<style-sheet>
|
|
||||||
<style-specification use="docbook">
|
|
||||||
<style-specification-body>
|
|
||||||
|
|
||||||
<!-- ;; your stuff goes here... -->
|
|
||||||
|
|
||||||
(define %generate-book-titlepage% #t)
|
|
||||||
|
|
||||||
(define %section-autolabel%
|
|
||||||
;; REFENTRY section-autolabel
|
|
||||||
;; PURP Are sections enumerated?
|
|
||||||
;; DESC
|
|
||||||
;; If true, unlabeled sections will be enumerated.
|
|
||||||
;; /DESC
|
|
||||||
;; AUTHOR N/A
|
|
||||||
;; /REFENTRY
|
|
||||||
#t)
|
|
||||||
|
|
||||||
;; Margins around cell contents
|
|
||||||
;; (define %cals-cell-before-row-margin% 20pt)
|
|
||||||
;; (define %cals-cell-after-row-margin% 20pt)
|
|
||||||
|
|
||||||
;; seems to be a bug in JadeTeX -- we get a wierd indent on table
|
|
||||||
;; cells for the first line only. This is a workaround.
|
|
||||||
;; Adam Di Carlo, adam@onshore.com
|
|
||||||
(define %cals-cell-before-column-margin% 5pt)
|
|
||||||
(define %cals-cell-after-column-margin% 5pt)
|
|
||||||
|
|
||||||
;; Inheritable start and end indent for cell contents
|
|
||||||
(define %cals-cell-content-start-indent% 5pt)
|
|
||||||
(define %cals-cell-content-end-indent% 5pt)
|
|
||||||
|
|
||||||
|
|
||||||
</style-specification-body>
|
|
||||||
</style-specification>
|
|
||||||
<external-specification id="docbook" document="dbstyle">
|
|
||||||
</style-sheet>
|
|
Reference in New Issue
Block a user