]> git.pld-linux.org Git - packages/docbook-to-man.git/commitdiff
- use PLD-specific docbook dtd paths
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Oct 2006 10:20:54 +0000 (10:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook-to-man-PLD.patch -> 1.1

docbook-to-man-PLD.patch [new file with mode: 0644]

diff --git a/docbook-to-man-PLD.patch b/docbook-to-man-PLD.patch
new file mode 100644 (file)
index 0000000..020b0be
--- /dev/null
@@ -0,0 +1,20 @@
+--- docbook-to-man-2.0.0.orig/cmd/docbook-to-man.sh.orig       2006-10-28 12:05:35.201989000 +0200
++++ docbook-to-man-2.0.0.orig/cmd/docbook-to-man.sh    2006-10-28 12:11:44.557072750 +0200
+@@ -39,7 +39,7 @@
+ ROOT=/usr
+ SGMLS=$ROOT/share/sgml
+-DOCBOOK=$SGMLS/docbook/dtd/4.1
++DOCBOOK=$SGMLS/docbook/sgml-dtd-4.1
+ if test -x /usr/bin/nsgmls; then
+     PARSER=/usr/bin/nsgmls
+@@ -51,7 +51,7 @@
+ INSTANT=/usr/bin/instant
+ INSTANT_OPT=${INSTANT_OPT:-"-d"}
+-CATALOG=$DOCBOOK/docbook.cat
++CATALOG=$DOCBOOK/catalog
+ DECL=$DOCBOOK/docbook.dcl
+ error=false
This page took 0.116807 seconds and 4 git commands to generate.