Skip to content

Commit

Permalink
Makefile: remove superfluous renderdocs
Browse files Browse the repository at this point in the history
Since we have merged `build-docs' with `generate', we don't need to
manually invoke `packer-sdc renderdocs' before the old build-docs.
  • Loading branch information
lbajolet-hashicorp committed Sep 21, 2023
1 parent 6ee2bde commit eaab755
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ testacc: dev

generate: install-packer-sdc
@go generate ./...
packer-sdc renderdocs -src ./docs -dst ./.docs -partials ./docs-partials
# checkout the .docs folder for a preview of the docs
@rm -rf .docs
@packer-sdc renderdocs -src "docs" -partials docs-partials/ -dst ".docs/"
@./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "hashicorp"
Expand Down

0 comments on commit eaab755

Please sign in to comment.