From 339bf07cd663634eb57a22d36c6f6a706ab6b7ff Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 14 Feb 2001 20:22:04 +0000 Subject: [PATCH] substitute SGML directory into nominum-docbook-print.dsl --- configure.in | 3 ++- doc/arm/nominum-docbook-print.dsl | 42 ------------------------------- 2 files changed, 2 insertions(+), 43 deletions(-) delete mode 100644 doc/arm/nominum-docbook-print.dsl diff --git a/configure.in b/configure.in index 974652c549..32cff20ba8 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.228 $) +AC_REVISION($Revision: 1.229 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -1485,6 +1485,7 @@ AC_OUTPUT( doc/arm/Makefile doc/arm/catalog doc/arm/nominum-docbook-html.dsl + doc/arm/nominum-docbook-print.dsl doc/arm/validate.sh doc/arm/genhtml.sh doc/arm/gendvi.sh diff --git a/doc/arm/nominum-docbook-print.dsl b/doc/arm/nominum-docbook-print.dsl deleted file mode 100644 index 69767fed58..0000000000 --- a/doc/arm/nominum-docbook-print.dsl +++ /dev/null @@ -1,42 +0,0 @@ - -]> - - - - - - - - -(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) - - - - - -