Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 1 | From 45d74ae8a314c481398ba91a3697ffbd074cd98b Mon Sep 17 00:00:00 2001 |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 2 | From: Jianchuan Wang <jianchuan.wang@windriver.com> |
| 3 | Date: Tue, 16 Aug 2016 09:42:24 +0800 |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 4 | Subject: [PATCH] criu: Skip documentation install |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 5 | |
| 6 | asciidoc is needed to generate CRIU documentation, so skip it in install. |
| 7 | |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 8 | Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 9 | |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 10 | --- |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 11 | Makefile.install | 2 +- |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 13 | |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 14 | diff --git a/Makefile.install b/Makefile.install |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 15 | index 3987bcc..1def3cf 100644 |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 16 | --- a/Makefile.install |
| 17 | +++ b/Makefile.install |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 18 | @@ -29,7 +29,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR |
| 19 | export LIBDIR INCLUDEDIR LIBEXECDIR |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 20 | |
| 21 | install-man: |
| 22 | - $(Q) $(MAKE) -C Documentation install |
| 23 | +# $(Q) $(MAKE) -C Documentation install |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 24 | .PHONY: install-man |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 25 | |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 26 | install-lib: lib |