Marc G. Fournier wrote:
> /usr/bin/cvs -d /cvsroot -q export -rHEAD pgsql
> cd pgsql
> ./configure
> cd doc/src
> gmake postgres.tar.gz
> mv postgres.tar.gz ..
> cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz
> ../doc cd sgml
> gmake HISTORY INSTALL
> cp HISTORY INSTALL ../../..
> cd ../../..
> gmake split-dist=yes VERSION=snapshot dist
> gmake maintainer-clean
This looks mostly correct (modulo the other comments), but it seems
there is still a lot of room for automation in there.