# Fake Makefile For tdir

all:	# Do nothing - this is a python script that needs no build

install:
	install -c -o root -g wheel -m 755 ./tdir ${PREFIX}/bin
	install -c -o root -g wheel -m 644 ./tdir.1.gz ${PREFIX}/man/man1
	mkdir ${PREFIX}/share/doc/tdir
	install -c -o root -g wheel -m 644 ./tdir-license.txt ${PREFIX}/share/doc/tdir



syntax highlighted by Code2HTML, v. 0.9.1