df17111620
update to 2.3.0 OBS-URL: https://build.opensuse.org/request/show/822873 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=19
27 lines
905 B
Diff
27 lines
905 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -263,7 +263,7 @@ if test "${enable_doc}"; then
|
|
|
|
case "$DOCTOOL" in
|
|
linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";;
|
|
- sgml2html) DOCTOOL="sgml2html -s 1 -H \$(TOPDIR)/doc/html.header";;
|
|
+ sgml2html) DOCTOOL="sgml2html -s 1";;
|
|
:)
|
|
if test "${srcdir}" != "."; then
|
|
mkdir -p doc
|
|
Index: configure
|
|
===================================================================
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -4274,7 +4274,7 @@ test -n "$DOCTOOL" || DOCTOOL="":""
|
|
|
|
case "$DOCTOOL" in
|
|
linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";;
|
|
- sgml2html) DOCTOOL="sgml2html -s 1 -H \$(TOPDIR)/doc/html.header";;
|
|
+ sgml2html) DOCTOOL="sgml2html -s 1";;
|
|
:)
|
|
if test "${srcdir}" != "."; then
|
|
mkdir -p doc
|