File: Makefile

package info (click to toggle)
changetrack 4.5-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 200 kB
  • ctags: 13
  • sloc: perl: 712; sh: 52; makefile: 49
file content (11 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
test:
	@sh test.sh

install: test
	cp changetrack /usr/local/bin/
	cp changetrack.man /usr/local/man/man1/
	cp changetrack.conf /etc/
	@echo "Examine and customize /etc/changetrack.conf."
	@echo "Add changetrack to your crontab."