File: rules

package info (click to toggle)
rocketcea 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,944 kB
  • sloc: fortran: 23,152; python: 9,235; pascal: 370; makefile: 168; sh: 9
file content (18 lines) | stat: -rwxr-xr-x 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DH_VERBOSE = 1

export PYBUILD_NAME=rocketcea
export PYBUILD_AFTER_INSTALL_python3=dh_numpy3

%:
	dh $@ --with sphinxdoc --buildsystem=pybuild

execute_after_dh_auto_test:
	find . -name separated_Noz.csv -exec rm {} \;

execute_after_dh_auto_build-arch: export http_proxy=127.0.0.1:9
execute_after_dh_auto_build-arch: export https_proxy=127.0.0.1:9
execute_after_dh_auto_build-arch:
	PYTHONPATH=. python3 -m sphinx -N -bhtml -d docs/_build/doctrees docs \
		docs/_build/html