From f5da1392cfb8bc9646882a3722c8942ffec8b4b8 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 24 Nov 2022 08:43:01 +0100 Subject: always remove html docs directory before rebuilding it --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3