| From 45d74ae8a314c481398ba91a3697ffbd074cd98b Mon Sep 17 00:00:00 2001 |
| From: Jianchuan Wang <jianchuan.wang@windriver.com> |
| Date: Tue, 16 Aug 2016 09:42:24 +0800 |
| Subject: [PATCH] criu: Skip documentation install |
| |
| asciidoc is needed to generate CRIU documentation, so skip it in install. |
| |
| Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> |
| |
| --- |
| Makefile.install | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/Makefile.install b/Makefile.install |
| index 3987bcc..1def3cf 100644 |
| --- a/Makefile.install |
| +++ b/Makefile.install |
| @@ -29,7 +29,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR |
| export LIBDIR INCLUDEDIR LIBEXECDIR |
| |
| install-man: |
| - $(Q) $(MAKE) -C Documentation install |
| +# $(Q) $(MAKE) -C Documentation install |
| .PHONY: install-man |
| |
| install-lib: lib |