[CRIU] [PATCH 2/4] Doc/Makefile: don't build Makefile.build man
Kir Kolyshkin
kir at openvz.org
Tue Apr 30 16:25:07 EDT 2013
This is developers documentation, I doubt any user of crui
is interested in that. So let's not build it by default.
It can still be built manually:
make -C Documentation Makefile.build.1
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
Documentation/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 8f32f25..d499e97 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -5,7 +5,6 @@ A2X := a2x
XMLTO := xmlto
SRC += crtools.txt
-SRC += Makefile.build.txt
MANS := $(patsubst %.txt,%.1,$(SRC))
all: $(MANS)
--
1.8.1.4
More information about the CRIU
mailing list