diff options
-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 |