]> git.pld-linux.org Git - packages/docbook-dtd30-sgml.git/commitdiff
files from rawhide.
authorkloczek <kloczek@pld-linux.org>
Wed, 18 Apr 2001 04:43:39 +0000 (04:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook-dtd30-sgml-Makefile -> 1.1
    docbook-dtd30-sgml-catalog.patch -> 1.1

docbook-dtd30-sgml-Makefile [new file with mode: 0644]
docbook-dtd30-sgml-catalog.patch [new file with mode: 0644]

diff --git a/docbook-dtd30-sgml-Makefile b/docbook-dtd30-sgml-Makefile
new file mode 100644 (file)
index 0000000..925b922
--- /dev/null
@@ -0,0 +1,10 @@
+DESTDIR =
+
+all: install
+
+install:
+       mkdir -p $(DESTDIR)/usr/share/sgml/docbook/sgml-dtd-3.0
+       install *.dcl $(DESTDIR)/usr/share/sgml/docbook/sgml-dtd-3.0
+       install docbook.cat $(DESTDIR)/usr/share/sgml/docbook/sgml-dtd-3.0/catalog
+       install *.dtd $(DESTDIR)/usr/share/sgml/docbook/sgml-dtd-3.0
+       install *.mod $(DESTDIR)/usr/share/sgml/docbook/sgml-dtd-3.0
diff --git a/docbook-dtd30-sgml-catalog.patch b/docbook-dtd30-sgml-catalog.patch
new file mode 100644 (file)
index 0000000..6319fec
--- /dev/null
@@ -0,0 +1,41 @@
+--- docbook.cat        Tue Dec 10 16:35:22 1996
++++ catalog    Mon Jun  5 11:08:34 2000
+@@ -27,7 +27,7 @@
+   -- ...................................................................... --\r
+   -- SGML declaration associated with DocBook ............................. --\r
\r
+-DTDDECL "-//Davenport//DTD DocBook V3.0//EN" "docbook.dcl"\r
++SGMLDECL "docbook.dcl"\r
\r
+   -- ...................................................................... --\r
+   -- DocBook driver file .................................................. --\r
+@@ -41,29 +41,6 @@
+ PUBLIC "-//Davenport//ELEMENTS DocBook Information Pool V3.0//EN" "dbpool.mod"\r
+ PUBLIC "-//Davenport//ELEMENTS DocBook Document Hierarchy V3.0//EN" "dbhier.mod"\r
+ PUBLIC "-//Davenport//ENTITIES DocBook Additional General Entities V3.0//EN" "dbgenent.mod"\r
+-\r
+-  -- ...................................................................... --\r
+-  -- ISO entity sets ...................................................... --\r
+-\r
+-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml"\r
+-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml"\r
\r
+   -- End of catalog data for DocBook V3.0 ................................. --\r
+   -- ...................................................................... --\r
This page took 0.077897 seconds and 4 git commands to generate.