#!/bin/csh
### --- The University of Birmingham 1999.
### $poplocal/local/ftp/bin/mkpackages
# Aaron Sloman 1 Oct 1999
# Create the packaged tar files
# Revised 16 Jan 2000
# Revised 14 Apr 2000 to include rclib, rcmenu newkit, prb,

echo "making bhamteachtar"
cd $poplocal/local/com
mkbhamteachtar

echo "making rclib and rcmenu"
cd $poplocal/local/ftp/bin

mkrctar
mkrcmenutar

echo "making newkit"
cd $poplocal/local/ftp/bin
mknewkittar

echo "making user files"
cd $poplocal/local/ftp/bin
mkuserfiles

echo "making CD tar file"
cd $poplocal/local/popcd.tarfiles/
mktarfile

echo "making POPEXTRA tar file"
cd $poplocal/local/popextras.tarfiles/
mktarfile

echo "making linux tar file"
cd $poplocal/local/ftp/bin
mklinuxcdtar


echo "Updating ls-lrt"
cd $poplocal/local/ftp/bin
mkls-lrt

echo "done"
