Skip to content
Snippets Groups Projects
Commit 1ffec1e7 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

enable documentation builds in debian/rules

parent c48c8a79
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
dh $@ --with=python2
override_dh_auto_configure:
dh_auto_configure -- --without-doxygen
dh_auto_configure -- --enable-gtk-doc
override_dh_auto_test:
export PYTHONPATH=$$(pwd)/python; \
......
......@@ -3,7 +3,7 @@
dh $@ --with=python2
override_dh_auto_configure:
dh_auto_configure -- --without-doxygen
dh_auto_configure -- --enable-gtk-doc
override_dh_auto_test:
export PYTHONPATH=$$(pwd)/python; \
......
......@@ -3,7 +3,7 @@
dh $@ --with=python2
override_dh_auto_configure:
dh_auto_configure -- --without-doxygen
dh_auto_configure -- --enable-gtk-doc
override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment