aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-10-02 23:49:10 +0200
committerGuido Günther <agx@sigxcpu.org>2017-10-06 10:17:18 +0200
commit3827dca0d4d27b5d61976d11f50acb21743ac9ab (patch)
tree8db7992574c7e0b9f685dec08a78aaa204218ee4 /docs
parent760ff4c9b53a7562c8ab1969bb3d78ca2b85ab4f (diff)
Remove SGML related files
Diffstat (limited to 'docs')
-rw-r--r--docs/local-nosgml2x.dsl34
-rw-r--r--docs/local.dsl37
2 files changed, 0 insertions, 71 deletions
diff --git a/docs/local-nosgml2x.dsl b/docs/local-nosgml2x.dsl
deleted file mode 100644
index f9faab62..00000000
--- a/docs/local-nosgml2x.dsl
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
-<!ENTITY dbstyle PUBLIC "-//Gtk//DOCUMENT Gtk-doc HTML Stylesheet//EN" CDATA DSSSL>
-]>
-
-<style-sheet>
-<style-specification use="gtk">
-<style-specification-body>
-
-;; Don't split up the doc as much.
-(define (chunk-element-list)
- (list (normalize "preface")
- (normalize "chapter")
- (normalize "appendix")
- (normalize "article")
- (normalize "glossary")
- (normalize "bibliography")
- (normalize "index")
- (normalize "colophon")
- (normalize "setindex")
- (normalize "reference")
- (normalize "refentry")
- (normalize "part")
- (normalize "book") ;; just in case nothing else matches...
- (normalize "set") ;; sets are definitely chunks...
- ))
-
-</style-specification-body>
-</style-specification>
-<external-specification id="gtk" document="dbstyle">
-</style-sheet>
-
-<!--
-# arch-tag: web stylesheet for documentation
--->
diff --git a/docs/local.dsl b/docs/local.dsl
deleted file mode 100644
index 385beddf..00000000
--- a/docs/local.dsl
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
-<!ENTITY dbstyle PUBLIC "-//GtkViaAlcove//DOCUMENT Gtk-doc HTML Stylesheet//EN" CDATA DSSSL>
-]>
-
-<style-sheet>
-<style-specification use="gtk">
-<style-specification-body>
-
-;; Don't split up the doc as much.
-(define (chunk-element-list)
- (list (normalize "preface")
- (normalize "chapter")
- (normalize "appendix")
- (normalize "article")
- (normalize "glossary")
- (normalize "bibliography")
- (normalize "index")
- (normalize "colophon")
- (normalize "setindex")
- (normalize "reference")
- (normalize "refentry")
- (normalize "part")
- (normalize "book") ;; just in case nothing else matches...
- (normalize "set") ;; sets are definitely chunks...
- ))
-
-(define %stylesheet%
- "gbp.css")
-
-</style-specification-body>
-</style-specification>
-<external-specification id="gtk" document="dbstyle">
-</style-sheet>
-
-<!--
-# arch-tag: web stylesheet for documentation
--->