[CRIU] [PATCH 1/5] Documentation/Makefile: fix clean target
Kir Kolyshkin
kir at openvz.org
Thu May 9 13:58:00 EDT 2013
...after commit 1e1bf24
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
Documentation/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 132be6b..0a1edac 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -18,7 +18,7 @@ all: $(MANS)
clean:
$(E) " CLEAN "
$(Q) rm -f ./*.xml
- $(Q) rm -f ./*.1
+ $(Q) rm -f ./*.8
install: $(MANS)
$(E) " INSTALL " $(MANS)
--
1.8.1.4
More information about the CRIU
mailing list