Skip to content

Commit

Permalink
Docs: Add apidoc regeneration target
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jun 16, 2024
1 parent 27a31f5 commit b19bc2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ help:

.PHONY: help Makefile

regenerate-apidocs:
@rm code-autodoc/*
@sphinx-apidoc -o code-autodoc ../src/cobbler_tftp/

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
Expand Down

0 comments on commit b19bc2a

Please sign in to comment.