Skip to content

Commit

Permalink
squash: fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jan 17, 2024
1 parent 8a1be78 commit e3282e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ plugins/provision.rst: $(SCRIPTSDIR)/generate-plugins.py plugins.rst.j2 $(TMTDIR
plugins/report.rst: $(SCRIPTSDIR)/generate-plugins.py plugins.rst.j2 $(TMTDIR)/steps/report/*.py
$(SCRIPTSDIR)/generate-plugins.py report plugins.rst.j2 $@

plugins/test-checks.rst: $(SCRIPTSDIR)/generate-test-checks.py $(TEMPLATESDIR)test-checks.rst.j2 $(TMTDIR)/checks/*.py
$(SCRIPTSDIR)/generate-test-checks.py $(TEMPLATESDIR)test-checks.rst.j2 $@
plugins/test-checks.rst: $(SCRIPTSDIR)/generate-test-checks.py $(TEMPLATESDIR)/test-checks.rst.j2 $(TMTDIR)/checks/*.py
$(SCRIPTSDIR)/generate-test-checks.py $(TEMPLATESDIR)/test-checks.rst.j2 $@

generate-lint-checks: spec spec/lint.rst ## Generate documentation sources for lint checks

Expand Down

0 comments on commit e3282e0

Please sign in to comment.