File: rules

package info (click to toggle)
folium 0.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 768 kB
  • sloc: python: 3,619; makefile: 134; sh: 25; javascript: 13
file content (15 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=folium

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

override_dh_auto_clean:
	dh_auto_clean
	rm -rf *.egg-info/ folium/_version.py
	cd docs; make clean

override_dh_auto_build:
	dh_auto_build
	cd docs; make html