diff --git a/Makefile b/Makefile index 55c1001..b3de3e8 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,10 @@ -# Fake Makefile For tdir -# $Id: Makefile,v 1.4 2001/07/19 00:28:08 tundra Exp $ +# Fake Makefile For abck +# $Id: Makefile,v 1.5 2001/07/27 00:48:44 tundra Exp $ all: # Do nothing - this is a python script that needs no build install: install -c -o root -g wheel -m 700 ./abck ${PREFIX}/bin - 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 + mkdir ${PREFIX}/share/doc/abck 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 "-------------------------------------------------------------" - @echo "Don't forget to edit abnot for your machine IP, TZ, and Name." - @echo "-------------------------------------------------------------" - @echo - @echo + install -c -o root -g wheel -m 644 ./abck-License.txt ${PREFIX}/share/doc/abck diff --git a/mkabck b/mkabck index b86518d..4a44ae7 100755 --- a/mkabck +++ b/mkabck @@ -1,7 +1,7 @@ #!/bin/sh -# $Id: mkabck,v 1.5 2001/07/19 00:45:01 tundra Exp $ +# $Id: mkabck,v 1.6 2001/07/27 00:48:44 tundra Exp $ -FILES="abck abnot Makefile abmgmt.1 abck.1 abnot.1 ABMGMT-License.txt" +FILES="abck Makefile abck.1 abck-License.txt" DIR="abmgmt-"$1 if [ $# -ne 1 ] @@ -16,7 +16,6 @@ mv $FILES $DIR mv *.gz $DIR rlog abck >$DIR/CHANGELOG.abck -rlog abnot >$DIR/CHANGELOG.abnot tar -czvf $DIR.tar.gz $DIR