diff --git a/Makefile b/Makefile index 33bb354..55c1001 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Fake Makefile For tdir -# $Id: Makefile,v 1.3 2001/07/18 07:43:02 tundra Exp $ +# $Id: Makefile,v 1.4 2001/07/19 00:28:08 tundra Exp $ all: # Do nothing - this is a python script that needs no build @@ -8,8 +8,9 @@ install -c -o root -g wheel -m 700 ./abnot ${PREFIX}/bin mkdir ${PREFIX}/share/doc/abmgmt install -c -o root -g wheel -m 644 ./abmgmt.1.gz ${PREFIX}/man/man1 - install -c -o root -g wheel -m 644 ./0-StartHere.txt ${PREFIX}/share/doc/abmgmt - install -c -o root -g wheel -m 644 ./1-ABMGMT-License.txt ${PREFIX}/share/doc/abmgmt + install -c -o root -g wheel -m 644 ./abck.1.gz ${PREFIX}/man/man1 + install -c -o root -g wheel -m 644 ./abnot.1.gz ${PREFIX}/man/man1 + install -c -o root -g wheel -m 644 ./ABMGMT-License.txt ${PREFIX}/share/doc/abmgmt @echo @echo @echo "-------------------------------------------------------------"