File: rules

package info (click to toggle)
python-trie 0.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: python: 609; makefile: 78
file content (11 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=trie
export PYBUILD_BEFORE_TEST=cp {dir}/test/test_trie.py {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test test_trie.py
%:
	dh $@ --with sphinxdoc,python3 --buildsystem=pybuild

override_dh_auto_build:
	$(MAKE) -C docs html
	dh_auto_build