blob: af45db73e81774a016fd215f83f967055bb49330 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 45d74ae8a314c481398ba91a3697ffbd074cd98b Mon Sep 17 00:00:00 2001
Patrick Williamse69d2352017-02-23 20:56:04 -06002From: Jianchuan Wang <jianchuan.wang@windriver.com>
3Date: Tue, 16 Aug 2016 09:42:24 +0800
Brad Bishop316dfdd2018-06-25 12:45:53 -04004Subject: [PATCH] criu: Skip documentation install
Patrick Williamsd849ec72016-08-17 14:59:38 -05005
6asciidoc is needed to generate CRIU documentation, so skip it in install.
7
Patrick Williamse69d2352017-02-23 20:56:04 -06008Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -04009
Patrick Williamsd849ec72016-08-17 14:59:38 -050010---
Patrick Williamse69d2352017-02-23 20:56:04 -060011 Makefile.install | 2 +-
Patrick Williamsd849ec72016-08-17 14:59:38 -050012 1 file changed, 1 insertion(+), 1 deletion(-)
13
Patrick Williamse69d2352017-02-23 20:56:04 -060014diff --git a/Makefile.install b/Makefile.install
Brad Bishop316dfdd2018-06-25 12:45:53 -040015index 3987bcc..1def3cf 100644
Patrick Williamse69d2352017-02-23 20:56:04 -060016--- a/Makefile.install
17+++ b/Makefile.install
Brad Bishop316dfdd2018-06-25 12:45:53 -040018@@ -29,7 +29,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR
19 export LIBDIR INCLUDEDIR LIBEXECDIR
Patrick Williamsd849ec72016-08-17 14:59:38 -050020
21 install-man:
22- $(Q) $(MAKE) -C Documentation install
23+# $(Q) $(MAKE) -C Documentation install
Patrick Williamse69d2352017-02-23 20:56:04 -060024 .PHONY: install-man
Patrick Williamsd849ec72016-08-17 14:59:38 -050025
Patrick Williamse69d2352017-02-23 20:56:04 -060026 install-lib: lib