File: rules

package info (click to toggle)
khard 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,228 kB
  • sloc: python: 5,361; makefile: 22; sh: 7
file content (17 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# generate doc & manpage
override_dh_auto_build:
	cd doc && \
	make html && \
	make text && \
	make man
	dh_auto_build

# needed to make the build reproducible
override_dh_auto_clean:
	dh_auto_clean
	rm -f khard/version.py

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