# -*- sh -*-
# Build script for IPBT.

module ipbt

# Build the documentation.
in ipbt do make ipbt.1 ipbt.html

# Build a source archive with the right name.
in . do ln -s ipbt ipbt-r$(revision)
in . do tar chzvf ipbt-r$(revision).tar.gz ipbt-r$(revision)

# Deliver the source archive.
deliver ipbt-r$(revision).tar.gz $@

# And deliver the HTML man page.
deliver ipbt/ipbt.html $@
