Skip to content

Commit

Permalink
squash: fix wrong make target
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jan 26, 2024
1 parent 80b25bc commit 8d2ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ generate-lint-checks: spec spec/lint.rst ## Generate documentation sources for
generate-stories: stories $(TEMPLATESDIR)/story.rst.j2 ## Generate documentation sources for stories
$(SCRIPTSDIR)/generate-stories.py $(TEMPLATESDIR)/story.rst.j2

generate-plugins: plugins/*.rst ## Generate documentation sources for plugins
generate-plugins: plugins/discover.rst plugins/execute.rst plugins/finish.rst plugins/prepare.rst plugins/provision.rst plugins/report.rst plugins/test-checks.rst ## Generate documentation sources for plugins

generate-autodocs: ## Generate autodocs from source docstrings
cd ../ && sphinx-apidoc --force --implicit-namespaces --no-toc -o docs/code/autodocs tmt
Expand Down

0 comments on commit 8d2ef47

Please sign in to comment.