From 92702615a7d6067016df0369d1ed97f0afaa8966 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Fri, 4 Mar 2016 17:01:14 +1100 Subject: Add an overall “doc” build target. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/module.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/module.mk b/doc/module.mk index 581d06c0..34fdbaeb 100644 --- a/doc/module.mk +++ b/doc/module.mk @@ -29,6 +29,10 @@ GENERATED_FILES += $(addprefix ${DOC_DIR}/,\ RST2MAN = rst2man RST2MAN_OPTS = + +.PHONY: doc +doc: manpages + .PHONY: manpages manpages: ${manpage_paths} -- cgit v1.2.3