Commit 0bc01e79 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

Documentation/Makefile: fix clean target

...after commit 1e1bf240Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 55c8f3cc
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment