diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-11-24 08:43:01 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-11-24 08:43:01 +0100 |
commit | f5da1392cfb8bc9646882a3722c8942ffec8b4b8 (patch) | |
tree | 4fbd6710beef18827145de05210acb295f2bf6c3 /Makefile | |
parent | 9e4b24ec1160a8a998e6853da8fe72cbcc5b3d09 (diff) | |
download | haketilo-hydrilla-f5da1392cfb8bc9646882a3722c8942ffec8b4b8.tar.gz haketilo-hydrilla-f5da1392cfb8bc9646882a3722c8942ffec8b4b8.zip |
always remove html docs directory before rebuilding it
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |