mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
Add an overall “doc” build target.
This commit is contained in:
parent
cafc46a8e9
commit
92702615a7
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue