File: rules

package info (click to toggle)
frogr 0.7-2%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,860 kB
  • sloc: ansic: 17,463; sh: 1,042; xml: 579; makefile: 227
file content (13 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

FIG_PATH=usr/share/gnome/help/frogr/C/figures
FIG_FILE=preferences-general.png

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rm -f debian/tmp/$(FIG_PATH)/$(FIG_FILE)
	cp -a debian/$(FIG_FILE) debian/tmp/$(FIG_PATH)