* 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
359 B
Plaintext
Executable File
13 lines
359 B
Plaintext
Executable File
<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
<!ENTITY dbtohtml.dsl SYSTEM "dbtohtml.dsl" CDATA DSSSL >
|
|
]>
|
|
|
|
<style-specification id="libgtopdbtohtml" use="dbtohtml">
|
|
|
|
(define %output-basename% "libgtop")
|
|
(define %output-directory% "libgtop")
|
|
|
|
</style-specification>
|
|
|
|
<external-specification id="dbtohtml" document="dbtohtml.dsl">
|