Skip to content

Commit

Permalink
remove unnecessary mkdir from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfurlan committed May 20, 2020
1 parent 6387078 commit af93bab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit af93bab

Please sign in to comment.