remove unnecessary mkdir from makefile
This commit is contained in:
parent
6387078532
commit
af93bab887
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -46,9 +46,6 @@ endif
|
|||
.PHONY: site-publish
|
||||
|
||||
|
||||
share/man/man1:
|
||||
mkdir -p $@
|
||||
|
||||
.PHONY: manpages
|
||||
manpages: share/man/man1
|
||||
manpages:
|
||||
go run ./cmd/gen-docs --man-page --doc-path ./share/man/man1/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue