File: rules

package info (click to toggle)
wiki2beamer 0.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,215; xml: 345; makefile: 108
file content (17 lines) | stat: -rwxr-xr-x 331 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
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

execute_after_dh_auto_build:
	$(MAKE) -C $(CURDIR)/doc/man/

execute_after_dh_auto_clean:
	[ ! -f doc/man/Makefile ] || $(MAKE) -C $(CURDIR)/doc/man/ clean

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3