Added installation of man page.
1 parent be5aa5f commit 8238dba33075c79d59eb4d84e74afd0237699da9
@tundra tundra authored on 17 Jul 2001
Showing 1 changed file
View
3
■■
Makefile
# Fake Makefile For tdir
# $Id: Makefile,v 1.1 2001/07/17 19:04:49 tundra Exp $
# $Id: Makefile,v 1.2 2001/07/17 20:07:01 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.1.gz ${PREFIX}/man/man1
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