Reflect the new self-contained 'abck' distribution.
1 parent fe861e1 commit 992c4d0a290380e858f557c943e09c8108f92062
@tundra tundra authored on 26 Jul 2001
Showing 2 changed files
View
28
Makefile
# 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
View
5
mkabck
#!/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 ]
then
gzip *.1
mv $FILES $DIR
mv *.gz $DIR
rlog abck >$DIR/CHANGELOG.abck
rlog abnot >$DIR/CHANGELOG.abnot
 
tar -czvf $DIR.tar.gz $DIR