diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-17 10:32:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-17 10:32:56 +0000 |
commit | c1d09c7a1d22a3363959688e0f5f45ba83cc4d76 (patch) | |
tree | 042acce42741c56308d4771eb281ac7d6e74f20c /sgml-common | |
parent | 189825e3a0bb75026564dc06187c6173be68a03e (diff) |
disable generating docs for sgml-common-native. this breaks on several systems.
BKrev: 40d17358_cwnqmF5fo6ccJTfzsuHgA
Diffstat (limited to 'sgml-common')
-rw-r--r-- | sgml-common/sgml-common-0.6.3/autohell.patch | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/sgml-common/sgml-common-0.6.3/autohell.patch b/sgml-common/sgml-common-0.6.3/autohell.patch index 6ebd5d93a3..1365ec27d6 100644 --- a/sgml-common/sgml-common-0.6.3/autohell.patch +++ b/sgml-common/sgml-common-0.6.3/autohell.patch @@ -3,8 +3,8 @@ # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher # ---- sgml-common-0.6.3/bin/Makefile.am~autohell 2001-01-30 09:42:21.000000000 -0500 -+++ sgml-common-0.6.3/bin/Makefile.am 2004-01-21 22:02:11.000000000 -0500 +--- sgml-common-0.6.3/bin/Makefile.am~autohell.patch 2001-01-30 15:42:21.000000000 +0100 ++++ sgml-common-0.6.3/bin/Makefile.am 2004-06-17 11:51:11.000000000 +0200 @@ -1,6 +1,5 @@ primitive_scripts = sgmlwhich @@ -12,8 +12,8 @@ bin_SCRIPTS = install-catalog $(primitive_scripts) EXTRA_DIST = install-catalog.in $(primitive_scripts) ---- /dev/null 2003-09-23 18:19:32.000000000 -0400 -+++ sgml-common-0.6.3/bin/sgmlwhich.in 2004-01-21 22:02:11.000000000 -0500 +--- /dev/null 2003-09-23 19:59:22.000000000 +0200 ++++ sgml-common-0.6.3/bin/sgmlwhich.in 2004-06-17 11:51:11.000000000 +0200 @@ -0,0 +1,7 @@ +#!/bin/sh +# Location of the main configuration file for consistency with non-LSB platforms @@ -22,31 +22,39 @@ + +echo "@sysconfdir@/sgml/sgml.conf" +# Simple, isn't it? ;-) ---- /dev/null 2003-09-23 18:19:32.000000000 -0400 -+++ sgml-common-0.6.3/config/sgml.conf.in 2004-01-21 22:02:11.000000000 -0500 +--- /dev/null 2003-09-23 19:59:22.000000000 +0200 ++++ sgml-common-0.6.3/config/sgml.conf.in 2004-06-17 11:51:11.000000000 +0200 @@ -0,0 +1,2 @@ +SGML_BASE_DIR=@datadir@/sgml +SGML_CATALOGS_DIR=@sysconfdir@/sgml ---- sgml-common-0.6.3/configure.in~autohell 2001-05-25 12:40:54.000000000 -0400 -+++ sgml-common-0.6.3/configure.in 2004-01-21 22:18:11.000000000 -0500 -@@ -3,10 +3,9 @@ +--- sgml-common-0.6.3/configure.in~autohell.patch 2001-05-25 18:40:54.000000000 +0200 ++++ sgml-common-0.6.3/configure.in 2004-06-17 11:53:22.000000000 +0200 +@@ -3,11 +3,6 @@ AM_INIT_AUTOMAKE(sgml-common, 0.6.3) -docdir='$(prefix)/doc' -AC_SUBST(docdir) - - dnl Checks for programs. -+docdir='$(datadir)/doc' -+AC_SUBST(docdir) - +-dnl Checks for programs. +- dnl Checks for libraries. -@@ -18,6 +17,6 @@ + dnl Checks for header files. +@@ -18,6 +13,5 @@ AC_OUTPUT(Makefile \ bin/Makefile bin/install-catalog \ - config/Makefile \ +- doc/Makefile doc/HTML/Makefile doc/man/Makefile doc/refentry/Makefile \ + config/Makefile config/sgml.conf bin/sgmlwhich \ - doc/Makefile doc/HTML/Makefile doc/man/Makefile doc/refentry/Makefile \ sgml-iso-entities/Makefile xml-iso-entities/Makefile) + +--- sgml-common-0.6.3/Makefile.am~no-docs 2001-05-25 18:22:01.000000000 +0200 ++++ sgml-common-0.6.3/Makefile.am 2004-06-17 11:49:09.000000000 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS = bin config doc sgml-iso-entities xml-iso-entities ++SUBDIRS = bin config sgml-iso-entities xml-iso-entities + + sgmlcodir = $(prefix)/share/sgml + sgmlco_DATA = xml.dcl |