File: Makefile

package info (click to toggle)
translate 0.6-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 52 kB
  • ctags: 8
  • sloc: sh: 164; makefile: 40
file content (14 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
install: 
	install -d debian/tmp/usr/bin
	cp translate debian/tmp/usr/bin
	install -d debian/tmp/etc
	cp translate.conf debian/tmp/etc
	install -d debian/tmp/usr/share/doc
#	gzip -9 -c debian/changelog > debian/tmp/usr/share/doc/changelog.Debian.gz

clean: 
	rm -f *~