diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl index ca63d411aa..dabf7339c0 100644 --- a/share/sgml/freebsd.dsl +++ b/share/sgml/freebsd.dsl @@ -1,4 +1,4 @@ - + @@ -38,6 +38,9 @@ ;; Use tables to build the navigation headers and footers? #t) + (define %stylesheet% + "docbook.css") + (define %html-ext% ;; Default extension for HTML output files ".html") @@ -100,6 +103,20 @@ (define %indent-screen-lines% " ") + + (define (article-titlepage-recto-elements) + (list (normalize "title") + (normalize "subtitle") + (normalize "corpauthor") + (normalize "authorgroup") + (normalize "author") + (normalize "releaseinfo") + (normalize "copyright") + (normalize "pubdate") + (normalize "revhistory") + (normalize "legalnotice") + (normalize "abstract"))) +