Added the FreeBSD ports Makefile and man page to the build.
1 parent 981fa64 commit eb3f91243087d922bd13cc84e8e9e3b270e1f5c8
@tundra tundra authored on 18 Jul 2001
Showing 1 changed file
View
7
mkabck
#!/bin/sh
# $Id: mkabck,v 1.3 2001/07/18 02:55:48 tundra Exp $
# $Id: mkabck,v 1.4 2001/07/18 06:59:49 tundra Exp $
 
FILES="abck abnot 0-StartHere.txt 1-ABMGMT-License.txt"
FILES="abck abnot Makefile abmgmt.1 0-StartHere.txt 1-ABMGMT-License.txt"
DIR="abmgmt-"$1
 
if [ $# -ne 1 ]
then
fi
 
mkdir $DIR
co -r$1 $FILES
gzip abmgmt.1
mv $FILES $DIR
mv abmgmt.1.gz $DIR
rlog abck >$DIR/CHANGELOG.abck
rlog abnot >$DIR/CHANGELOG.abnot
 
tar -czvf $DIR.tar.gz $DIR