Commit 44faee19 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

make: docs -- Append manpages generation

I occasionally used assignments instead of
appending manpages for generation. Fix it.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 25e8cb5c
......@@ -4,8 +4,8 @@ ASCIIDOC := asciidoc
A2X := a2x
XMLTO := xmlto
SRC := crtools.txt
SRC := Makefile.build.txt
SRC += crtools.txt
SRC += Makefile.build.txt
MANS := $(patsubst %.txt,%.1,$(SRC))
all: $(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