File: rules

package info (click to toggle)
gtkboard 0.11pre0%2Bcvs.2003.11.02-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,916 kB
  • sloc: ansic: 20,907; sh: 3,038; makefile: 87
file content (21 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --bindir=\$${prefix}/games

## This will re-generate the man page.
## Not used during normal build; just a convenient place to keep this info.

manpage: debian/gtkboard.6

debian/gtkboard.6: src/gtkboard
	help2man --name="play a variety of board games" \
		 --section=6 --no-info --output=$@ \
		src/gtkboard

.PHONY: manpage