Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Ensure the directory for godoc2md #231

Merged
merged 1 commit into from
Jul 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ $(API_DOCS): api/%.md: $(CACHE_DIR)/go/bin/godoc2md
rm -r bin/tmp/$*

$(CACHE_DIR)/go/bin/godoc2md:
mkdir -p $(CACHE_DIR)/go/bin/
curl -sSL https://github.com/luxas/godoc2md/releases/download/v0.1.0/godoc2md > $@
chmod +x $@

Expand Down