Skip to content

Commit

Permalink
Add make-rule for cleaning doc-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Nov 8, 2023
1 parent fc6292b commit 336542b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: dummy clean distclean testclean doc .FORCE
.PHONY: dummy clean distclean testclean docclean doc .FORCE

dummy:
@echo "'make' is no longer used for deployment. See 'doc/intro/install.rst'"
Expand All @@ -19,6 +19,9 @@ testclean: clean
-rm python/nav/web/static/js/package-lock.json
-rm -rf .tox

docclean:
-rm -rf doc/_build

doc: doc/reference/alerttypes.rst

doc/reference/alerttypes.rst: .FORCE
Expand Down

0 comments on commit 336542b

Please sign in to comment.