File: rules

package info (click to toggle)
python-cloup 2.0.0.post1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 944 kB
  • sloc: python: 5,193; makefile: 116
file content (9 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME = cloup
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
export PYBUILD_AFTER_INSTALL=$(MAKE) -C $(CURDIR)/docs html SPHINXBUILD="{interpreter} -msphinx" PYTHONPATH=$(CURDIR)/debian/python3-cloup{install_dir}
endif

%:
	dh $@ --buildsystem=pybuild