equal
deleted
inserted
replaced
13 # XXX doesn't work if logilab-doctools, logilab-xml are not in build depends |
13 # XXX doesn't work if logilab-doctools, logilab-xml are not in build depends |
14 # and I can't get pbuilder find them in its chroot :( |
14 # and I can't get pbuilder find them in its chroot :( |
15 # cd doc && make |
15 # cd doc && make |
16 # FIXME cleanup and use sphinx-build as build-depends ? |
16 # FIXME cleanup and use sphinx-build as build-depends ? |
17 NO_SETUPTOOLS=1 python setup.py build |
17 NO_SETUPTOOLS=1 python setup.py build |
|
18 # XXX uncomment this and associated build-depends in control |
|
19 #when necessary sphinx version is in all built distribution |
|
20 #PYTHONPATH=$(CURDIR)/.. $(MAKE) -C doc/book/en all |
18 touch build-stamp |
21 touch build-stamp |
19 |
22 |
20 clean: |
23 clean: |
21 dh_testdir |
24 dh_testdir |
22 dh_testroot |
25 dh_testroot |