2019-02-08 19:14:20 +01:00
|
|
|
Index: xca-2.1.2/configure.ac
|
2018-10-30 23:43:58 +01:00
|
|
|
===================================================================
|
2019-02-08 19:14:20 +01:00
|
|
|
--- xca-2.1.2.orig/configure.ac
|
|
|
|
+++ xca-2.1.2/configure.ac
|
|
|
|
@@ -226,7 +226,7 @@ if test "${enable_doc}"; then
|
2018-10-30 23:43:58 +01:00
|
|
|
|
|
|
|
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
|
2019-02-08 19:14:20 +01:00
|
|
|
Index: xca-2.1.2/configure
|
2018-10-30 23:43:58 +01:00
|
|
|
===================================================================
|
2019-02-08 19:14:20 +01:00
|
|
|
--- xca-2.1.2.orig/configure
|
|
|
|
+++ xca-2.1.2/configure
|
|
|
|
@@ -4136,7 +4136,7 @@ test -n "$DOCTOOL" || DOCTOOL="":""
|
2018-10-30 23:43:58 +01:00
|
|
|
|
|
|
|
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
|