blob: 50c9cb99f692fe15baffb7d498e9778f9c14870c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From 17e5606f8c4c8ff26ba18489aad4c484cf8e2949 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Mon, 29 Apr 2013 11:34:27 +0200
4Subject: [PATCH] Makefile.am: don't build help
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9it crashes with:
10
11| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
12| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
13| make[2]: *** [zenity-bg.omf] Error 1
14| make[2]: Leaving directory `/home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/zenity/2.32.1-r2/zenity-2.32.1/help'
15
16Upstream-Status: Inappropriate [configuration]
17
18Signed-off-by: Andreas MΓΌller <schnitzeltony@googlemail.com>
19---
20 Makefile.am | 3 +--
21 1 files changed, 1 insertions(+), 2 deletions(-)
22
23diff --git a/Makefile.am b/Makefile.am
24index 03accc1..caec7f0 100644
25--- a/Makefile.am
26+++ b/Makefile.am
27@@ -1,8 +1,7 @@
28 SUBDIRS = \
29 src \
30 po \
31- data \
32- help
33+ data
34
35 EXTRA_DIST = \
36 autogen.sh \
37--
381.7.6.5
39