#!/bin/sh # # Generate BIRD Distribution Archive # (c) 2000 Martin Mares # set -e autoconf ./configure make distclean autoconf ( cd doc ; make docs ; make clean ) VERSION=`sed