Dominique Leuenberger
5812256c51
- Remove libgnomeui support. Libgnomeui is deprecated, and session management does not appear to be working well anyhow with GNOME 3. - Remove help files from GNOME directories - Add dia-enable-html-doc.patch -- always build html docs, as they are needed for online help. Ie, don't require --with-hardbooks. (made this patch primarily for SLED, since we're trying to drop libgnomeui there. Fedora is also building with --disable-gnome - https://bugzilla.redhat.com/996759) OBS-URL: https://build.opensuse.org/request/show/224089 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/dia?expand=0&rev=28
26 lines
751 B
Diff
26 lines
751 B
Diff
From 9d0973e21955205c7b334a4447e2418e246aaeeb Mon Sep 17 00:00:00 2001
|
|
From: Mike Gorse <mgorse@linux-sh69.site>
|
|
Date: Thu, 13 Feb 2014 18:44:37 -0600
|
|
Subject: [PATCH] Always enable html docs
|
|
|
|
---
|
|
configure.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.in b/configure.in
|
|
index bfca467..50bef62 100644
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -602,7 +602,7 @@ hardbook_ok=no
|
|
xsltproc_ok=no
|
|
if test "x$with_hardbooks" = "xno"; then
|
|
AM_CONDITIONAL(WITH_JW, test "xno" != "xno")
|
|
- AM_CONDITIONAL(WITH_HTMLDOC, test "xno" != "xno")
|
|
+ AM_CONDITIONAL(WITH_HTMLDOC, test "x$xsltproc" != "xno")
|
|
AM_CONDITIONAL(WITH_PDFDOC, test "xno" != "xno")
|
|
AM_CONDITIONAL(WITH_PSDOC, test "xno" != "xno")
|
|
else
|
|
--
|
|
1.8.5.2
|
|
|