X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fsbcl-html.dsl;h=d19234961ac698dc3493ded8fb8708173c31d3ca;hb=4e3b57699314dbd3883470d9b196287b178f3e6d;hp=52dd375e9e1e01c34c42e6fb3b0bea3daebef165;hpb=913e06f191acb65c1d99d42234704bec38500ff4;p=sbcl.git diff --git a/doc/sbcl-html.dsl b/doc/sbcl-html.dsl index 52dd375..d192349 100644 --- a/doc/sbcl-html.dsl +++ b/doc/sbcl-html.dsl @@ -101,6 +101,25 @@ what it would be. (WHN 2001-10-15) ;;; (The "token" element is handled in another section.) ;;; (The "type" element is handled in another section.) + + +;; The extension to use on generated html files. +(define %html-ext% ".html") + +;; Generate a list of the html files created +(define html-manifest #t) + +;; The filename of the root HTML document (e.g, "index"). +(define %root-filename% "index") + +;; If true, chunks will be written to the 'output-dir' instead of +;; the current directory. +(define use-output-dir #t) +(define %output-dir% "html") + +;; Use ID attributes as name for component HTML files +(define %use-id-as-filename% #t) +