From eaab755b38c3215f40485337af1a6792cc7f08d7 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Thu, 21 Sep 2023 16:44:14 -0400 Subject: [PATCH] Makefile: remove superfluous renderdocs Since we have merged `build-docs' with `generate', we don't need to manually invoke `packer-sdc renderdocs' before the old build-docs. --- GNUmakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 08e23e90..fa35ae17 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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"