blob: 934dd1778a37a72501e67ccf8b566fbd208a7c04 [file] [log] [blame]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05001From 73dc0c2cd942e30f5f7cb40cb5828895b96f0fb1 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
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05004Subject: [PATCH] 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
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06008Upstream-Status: Inappropriate [workaround]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050011
12Context modified to apply to v2.17.8.
13
14Signed-off-by: Joe Slater <joe.slater@windriver.com>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015---
16 Makefile.am | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/Makefile.am b/Makefile.am
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050020index 4ff2f5c5..d4e30bc2 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021--- a/Makefile.am
22+++ b/Makefile.am
23@@ -1,5 +1,5 @@
24 ACLOCAL_AMFLAGS = -I m4
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050025-SUBDIRS = data po src tests doc apidoc
26+SUBDIRS = data po src tests
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027
28 EXTRA_DIST = \
29 libreport.pc.in \
30--
Andrew Geisslerfc113ea2023-03-31 09:59:46 -0500312.25.1
Brad Bishopd7bf8c12018-02-25 22:55:05 -050032