debian: Build sphinx docs

While we are at it, remove built docs on clean
This commit is contained in:
Christoph Berg 2018-06-25 15:02:32 +02:00
parent 7a974d712e
commit f19e301c81
2 changed files with 2 additions and 1 deletions

View File

@ -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 $@

1
debian/rules vendored
View File

@ -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