Commit 5e10cb73 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

Doc/Makefile: make clean less greedy

Only remove the files which we explicitly generate.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7e3b9079
......@@ -5,6 +5,7 @@ A2X := a2x
XMLTO := xmlto
SRC += criu.txt
XMLS := $(patsubst %.txt,%.xml,$(SRC))
MANS := $(patsubst %.txt,%.8,$(SRC))
MAN8DIR := $(MANDIR)/man8
......@@ -17,8 +18,7 @@ all: $(MANS)
clean:
$(E) " CLEAN "
$(Q) rm -f ./*.xml
$(Q) rm -f ./*.8
$(Q) rm -f $(XMLS) $(MANS)
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