mirror of
https://github.com/dimitri/pgloader.git
synced 2026-03-09 06:01:31 +01:00
debian: Build sphinx docs
While we are at it, remove built docs on clean
This commit is contained in:
parent
7a974d712e
commit
f19e301c81
2
Makefile
2
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 $@
|
||||
|
||||
1
debian/rules
vendored
1
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user