mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +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 = rst2man
|
||||||
RST2MAN_OPTS =
|
RST2MAN_OPTS =
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: doc
|
||||||
|
doc: manpages
|
||||||
|
|
||||||
.PHONY: manpages
|
.PHONY: manpages
|
||||||
manpages: ${manpage_paths}
|
manpages: ${manpage_paths}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user