Commit 7afc2336 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Move website-stylesheet setting to a more appropriate location

parent 2f860786
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
<!-- (applicable to all output formats) --> <!-- (applicable to all output formats) -->
(define draft-mode #f) (define draft-mode #f)
(define website-stylesheet #f)
(define pgsql-docs-list "pgsql-docs@postgresql.org") (define pgsql-docs-list "pgsql-docs@postgresql.org")
...@@ -187,6 +186,7 @@ ...@@ -187,6 +186,7 @@
(define %root-filename% "index") (define %root-filename% "index")
(define %link-mailto-url% (string-append "mailto:" pgsql-docs-list)) (define %link-mailto-url% (string-append "mailto:" pgsql-docs-list))
(define %use-id-as-filename% #t) (define %use-id-as-filename% #t)
(define website-stylesheet #f)
(define %stylesheet% (if website-stylesheet "http://www.postgresql.org/media/css/docs.css" "stylesheet.css")) (define %stylesheet% (if website-stylesheet "http://www.postgresql.org/media/css/docs.css" "stylesheet.css"))
(define %graphic-default-extension% "gif") (define %graphic-default-extension% "gif")
(define %body-attr% '()) (define %body-attr% '())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment