File: rules

package info (click to toggle)
chipw 2.0.6-1.2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 2,884 kB
  • sloc: cpp: 7,050; sh: 985; makefile: 25
file content (15 lines) | stat: -rwxr-xr-x 493 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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

HELP2MAN_PROPS = --section=1 --no-info  --include='./debian/help2man.include' --no-discard-stderr

manpages::
	help2man $(HELP2MAN_PROPS) --name="Editor for Chip's Challengeā„¢ and Tile World." chipw > ./debian/chipw.1


install/chipw::
	mkdir -p debian/chipw/usr/games/
	mv debian/chipw/usr/bin/chipw debian/chipw/usr/games/
	rmdir --ignore-fail-on-non-empty debian/chipw/usr/bin/