]> git.sesse.net Git - vlc/blob - doc/developer/stylesheet-txt.dsl
Don't attempt to create ChangeLogs if not in a git-tree.
[vlc] / doc / developer / stylesheet-txt.dsl
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY dbstyle SYSTEM "/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl" CDATA DSSSL>
3 ]>
4
5 <style-sheet>
6 <style-specification use="docbook">
7 <style-specification-body>
8
9 ; Personnalization of James Clark's stylesheet for Text output
10 ; These parameters overide James Clark's one.
11 ; Written by Alexis de Lattre (alexis@videolan.org)
12
13 ; Only produce a table of contents (not a table of figure, etc...)
14 (define ($generate-book-lot-list$)
15   (list ))
16
17 ; Depth of the table of contents
18 (define (toc-depth nd)
19       1)
20
21 ; No icons
22 (define %admon-graphics%
23   #f)
24
25 ; Are sections enumerated?
26 (define %section-autolabel%
27   #t)
28
29
30 </style-specification-body>
31 </style-specification>
32 <external-specification id="docbook" document="dbstyle">
33 </style-sheet>