Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 1 | From 07d9b3d0c372e45127dd51781d9564e8bee90dbe Mon Sep 17 00:00:00 2001 |
| 2 | From: Jianchuan Wang <jianchuan.wang@windriver.com> |
| 3 | Date: Tue, 16 Aug 2016 09:42:24 +0800 |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 4 | Subject: [PATCH 2/2] criu: Skip documentation install |
| 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> |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 9 | --- |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 10 | Makefile.install | 2 +- |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 13 | diff --git a/Makefile.install b/Makefile.install |
| 14 | index a30dc96..33143fb 100644 |
| 15 | --- a/Makefile.install |
| 16 | +++ b/Makefile.install |
| 17 | @@ -22,7 +22,7 @@ install-tree: |
| 18 | .PHONY: install-tree |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 19 | |
| 20 | install-man: |
| 21 | - $(Q) $(MAKE) -C Documentation install |
| 22 | +# $(Q) $(MAKE) -C Documentation install |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 23 | .PHONY: install-man |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 24 | |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 25 | install-lib: lib |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 26 | -- |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 27 | 2.7.4 |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 28 | |