* doc/gnome-hackers.dsl: new file - sets output filename and directory for 'gnome-hackers.sgml'. * doc/libgtop.dsl: most stuff from this file has moved to 'dbtohtml.dsl', it now only overrides the output filename and directory. * doc/dbtohtml.dsl: new file - contains most that was formerly in 'libgtop.dsl'.
13 lines
377 B
Plaintext
13 lines
377 B
Plaintext
<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
<!ENTITY dbtohtml.dsl SYSTEM "dbtohtml.dsl" CDATA DSSSL >
|
|
]>
|
|
|
|
<style-specification id="gnomehackersdbotohtml" use="dbtohtml">
|
|
|
|
(define %output-basename% "gnome-hackers")
|
|
(define %output-directory% "gnome-hackers")
|
|
|
|
</style-specification>
|
|
|
|
<external-specification id="dbtohtml" document="dbtohtml.dsl">
|