aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-11-24 08:43:01 +0100
committerWojtek Kosior <koszko@koszko.org>2022-11-24 08:43:01 +0100
commitf5da1392cfb8bc9646882a3722c8942ffec8b4b8 (patch)
tree4fbd6710beef18827145de05210acb295f2bf6c3
parent9e4b24ec1160a8a998e6853da8fe72cbcc5b3d09 (diff)
downloadhaketilo-hydrilla-f5da1392cfb8bc9646882a3722c8942ffec8b4b8.tar.gz
haketilo-hydrilla-f5da1392cfb8bc9646882a3722c8942ffec8b4b8.zip
always remove html docs directory before rebuilding it
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab0b080..fa1a4a3 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ dist src/hydrilla/_version.py:
@printf "./dist/hydrilla-$(GET_VER).tar.gz\n"
doc:
+ $(MAKE) clean-doc
$(GUIX_DEVSHELL) python3 setup.py build_htmldoc
# Make a release tarball and repack its files as writeable - this will make it