#!/bin/bash

CWD=`pwd`

# Sorry.... This is going to leave junk on your system... Hope it works....
./sgml-tools.build

# We should now have a collection of RPMs that need to be installed thru slacktrack
# After this is done, install the gnome-doc-tools-2-1.noarch.rpm:
# rpm -i --nodeps gnome-doc-tools-2-1.noarch.rpm
# (I've not seen this in another format, BTW :)
# Then, run the buildDocBookCatalog script.

rpm -i --nodeps gnome-doc-tools-2-1.noarch.rpm

cd updates
sh buildDocBookCatalog

slacktrack -jefkzp "sgml-tools-1.0.9-sparc-12.tgz" "/bin/sh -x sgml-tools.sparcbuild"



