Skip to content

Commit

Permalink
Generate docs files inside docs repo (#828)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Jul 8, 2019
1 parent 0b7642b commit cf8d031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -50,7 +50,7 @@ NEW_RESTIC_VER := 0.9.5
### These variables should not need tweaking.
###

SRC_DIRS := apis client *.go pkg test # directories which hold app source (not vendored)
SRC_DIRS := apis client *.go pkg test hack/gendocs # directories which hold app source (not vendored)

DOCKER_PLATFORMS := linux/amd64 linux/arm linux/arm64
BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64
Expand Down

0 comments on commit cf8d031

Please sign in to comment.