File: rules

package info (click to toggle)
linaro-bcb-util 0.0.2-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: python: 130; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_build:	linaro-bcb-util.8
	dh_auto_build

linaro-bcb-util.8: debian/linaro-bcb-util.8.md
	pandoc --standalone --from=markdown --to=man $< --output=$@