diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-29 19:21:25 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-29 19:21:25 +0000 |
commit | c94df498edf3ce9d4cd0d83db7d187fe18649340 (patch) | |
tree | 23a24a2ce4f9696c24c621484d38e705bccf292a /el_GR.ISO8859-7/share/xml | |
parent | 54acab8406fb30a96bd25c4d4baf06876de674e4 (diff) | |
download | doc-c94df498edf3ce9d4cd0d83db7d187fe18649340.tar.gz doc-c94df498edf3ce9d4cd0d83db7d187fe18649340.zip |
- Drop SGML catalogs
- Drop DSSSL stylesheets
- Drop some DSSSL-related comments and Makefile code
Notes
Notes:
svn path=/projects/db5/; revision=41774
Diffstat (limited to 'el_GR.ISO8859-7/share/xml')
-rw-r--r-- | el_GR.ISO8859-7/share/xml/catalog | 2 | ||||
-rw-r--r-- | el_GR.ISO8859-7/share/xml/freebsd.dsl | 35 |
2 files changed, 0 insertions, 37 deletions
diff --git a/el_GR.ISO8859-7/share/xml/catalog b/el_GR.ISO8859-7/share/xml/catalog deleted file mode 100644 index 2422c1740c..0000000000 --- a/el_GR.ISO8859-7/share/xml/catalog +++ /dev/null @@ -1,2 +0,0 @@ -PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" - "freebsd.dsl" diff --git a/el_GR.ISO8859-7/share/xml/freebsd.dsl b/el_GR.ISO8859-7/share/xml/freebsd.dsl deleted file mode 100644 index a84951bb2e..0000000000 --- a/el_GR.ISO8859-7/share/xml/freebsd.dsl +++ /dev/null @@ -1,35 +0,0 @@ -<!-- - - DSSSL style-sheet για μορφοποίηση της Ελληνικής τεκμηρίωσης του FreeBSD - - $FreeBSD$ - - %SOURCE% en_US.ISO8859-1/share/xml/freebsd.dsl - %SRCID% 1.23 - ---> - -<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ -<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL> -]> - -<style-sheet> - <style-specification use="docbook"> - <style-specification-body> - (define (local-el-label-title-sep) - (list - (list (normalize "warning") ": ") - (list (normalize "caution") ": ") - (list (normalize "chapter") " ") - (list (normalize "sect1") " ") - (list (normalize "sect2") " ") - (list (normalize "sect3") " ") - (list (normalize "sect4") " ") - (list (normalize "sect5") " ") - )) - - </style-specification-body> - </style-specification> - - <external-specification id="docbook" document="freebsd.dsl"> -</style-sheet> |