blob: 97fb097fefc73f57ccf1f9d17390fa476479b0b6 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 1f7d106c7d982fe055addc8d883b161202233175 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Wed, 26 Apr 2017 03:47:58 -0400
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004Subject: [PATCH 1/4] Makefile.am: remove doc and apidoc
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016index 9ad827c..34364a8 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017--- 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--
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800272.7.4
Brad Bishopd7bf8c12018-02-25 22:55:05 -050028