Initial revision
1 parent ebdf156 commit e7c874aa5c815b619f20f4110f37d7c8c7119acf
@tundra tundra authored on 23 Jun 2001
Showing 1 changed file
View
11
Makefile 0 → 100644
# 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