Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 1 | From e9c2a94b9eb37ad24672b10caa398bd18282b962 Mon Sep 17 00:00:00 2001 |
| 2 | From: Yang Shi <yang.shi@windriver.com> |
| 3 | Date: Tue, 26 Aug 2014 14:44:51 -0700 |
| 4 | Subject: [PATCH 2/2] criu: Skip documentation install |
| 5 | |
| 6 | asciidoc is needed to generate CRIU documentation, so skip it in install. |
| 7 | |
| 8 | Signed-off-by: Yang Shi <yang.shi@windriver.com> |
| 9 | Signed-off-by: Nam Ninh <nam.ninh@windriver.com> |
| 10 | --- |
| 11 | Makefile | 2 +- |
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 13 | |
| 14 | diff --git a/Makefile b/Makefile |
| 15 | index 43252ec..e25edcc 100644 |
| 16 | --- a/Makefile |
| 17 | +++ b/Makefile |
| 18 | @@ -265,7 +265,7 @@ install: $(PROGRAM) install-man |
| 19 | $(Q) install -m 644 scripts/logrotate.d/criu-service $(DESTDIR)$(LOGROTATEDIR) |
| 20 | |
| 21 | install-man: |
| 22 | - $(Q) $(MAKE) -C Documentation install |
| 23 | +# $(Q) $(MAKE) -C Documentation install |
| 24 | |
| 25 | .PHONY: install install-man |
| 26 | |
| 27 | -- |
| 28 | 2.0.2 |
| 29 | |