#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR = $(CURDIR)/debian/python-turbogears2-doc help: dh $@ clean: dh_testdir dh_clean cd docs/ && $(MAKE) clean rm -f docs/sphinxlog.txt rm -f docs/code_ext.pyc configure: build-arch: build-indep: dh_testdir cd docs/ && $(MAKE) html build: build-arch build-indep install: binary-arch: build binary-indep: build dh_testdir dh_installdocs dh_installchangelogs dh_link dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-arch binary-indep