Initial revision
1 parent 1eb6638 commit f1bff7dde026abeb532610b2b6cdf33fbd1e206d
@tundra tundra authored on 17 Jul 2001
Showing 1 changed file
View
16
Makefile 0 → 100644
# Fake Makefile For tdir
# $Id: Makefile,v 1.1 2001/07/17 19:04:49 tundra Exp $
 
all: # Do nothing - this is a python script that needs no build
 
install:
install -c -o root -g wheel -m 755 ./hb.py ${PREFIX}/bin
mkdir ${PREFIX}/share/doc/hb
install -c -o root -g wheel -m 644 ./hb.txt ${PREFIX}/share/doc/hb
install -c -o root -g wheel -m 644 ./0-StartHere.txt ${PREFIX}/share/doc/hb
install -c -o root -g wheel -m 644 ./1-HB-License.txt ${PREFIX}/share/doc/hb
install -c -o root -g wheel -m 644 ./2-HowToUse.txt ${PREFIX}/share/doc/hb
install -c -o root -g wheel -m 644 ./3-UnderTheHood.txt ${PREFIX}/share/doc/hb
install -c -o root -g wheel -m 644 ./4-Limitations-Enhancements.txt ${PREFIX}/share/doc/hb