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