mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 21:17:52 +00:00
Add an overall “doc” build target.
This commit is contained in:
parent
cafc46a8e9
commit
92702615a7
@ -29,6 +29,10 @@ GENERATED_FILES += $(addprefix ${DOC_DIR}/,\
|
||||
RST2MAN = rst2man
|
||||
RST2MAN_OPTS =
|
||||
|
||||
|
||||
.PHONY: doc
|
||||
doc: manpages
|
||||
|
||||
.PHONY: manpages
|
||||
manpages: ${manpage_paths}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user