File: Makefile

package info (click to toggle)
mr 0.49
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 164 kB
  • ctags: 33
  • sloc: perl: 1,268; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
build:
	pod2man -c mr mr > mr.1
	pod2man -c webcheckout webcheckout > webcheckout.1

test:
	(echo "[.]"; echo "checkout=") > mrconfig.tmp
	./mr --trust-all -c mrconfig.tmp ed | grep -q "horse"
	rm -f mrconfig.tmp