1From 1f7d106c7d982fe055addc8d883b161202233175 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Wed, 26 Apr 2017 03:47:58 -0400
4Subject: [PATCH 1/4] Makefile.am: remove doc and apidoc
5
6There was a failure at do_install time, so remove doc to workaround.
7
8Upstream-Status:  Inappropriate workaround
9
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11---
12 Makefile.am | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/Makefile.am b/Makefile.am
16index 9ad827c..34364a8 100644
17--- a/Makefile.am
18+++ b/Makefile.am
19@@ -1,5 +1,5 @@
20 ACLOCAL_AMFLAGS = -I m4
21-SUBDIRS = po src tests doc apidoc
22+SUBDIRS = po src tests
23
24 EXTRA_DIST = \
25     libreport.pc.in \
26--
272.7.4
28
29