mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
generate-config: Move to cmd package
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
b91d9f3f40
commit
45d911a2b8
2
Makefile
2
Makefile
@ -143,7 +143,7 @@ endif
|
||||
.PHONY: update-metadata
|
||||
update-metadata: build
|
||||
@echo "Generating golang documentation metadata"
|
||||
cd internal/server/config/generate && CGO_ENABLED=0 $(GO) build -o $(GOPATH)/bin/incus-doc
|
||||
cd cmd/generate-config && CGO_ENABLED=0 $(GO) build -o $(GOPATH)/bin/incus-doc
|
||||
$(GOPATH)/bin/incus-doc . --json ./internal/server/metadata/configuration.json --txt ./doc/config_options.txt
|
||||
|
||||
.PHONY: doc-setup
|
||||
|
||||
Loading…
Reference in New Issue
Block a user