diff --git a/Makefile b/Makefile index b99e727..2607239 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ DEBUILD_ROOT = /tmp/pgloader all: $(PGLOADER) clean: - rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) + rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) docs/_build $(QLDIR)/local-projects/qmynd: git clone --depth 1 https://github.com/qitab/qmynd.git $@ diff --git a/debian/rules b/debian/rules index 678334d..54638d8 100755 --- a/debian/rules +++ b/debian/rules @@ -34,6 +34,7 @@ override_dh_auto_build: --dynamic-space-size $(SIZE) \ --compress-core \ --output build/bin/pgloader + $(MAKE) -C docs html override_dh_auto_test: # no nothing