On Tue, 9 Mar 2004, Tom Lane wrote: > "Marc G. Fournier" <[EMAIL PROTECTED]> writes: > > cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc > > That doesn't look right; for one thing you just made a postgres.tar.gz, > why would you overwrite it? Also see the business about whether > man.tar.gz has a version number.
k, both of those are fixed ... > > > cd sgml > > gmake HISTORY INSTALL > > cp HISTORY INSTALL ../../.. > > cd ../../.. > > This gmake will leave some crud files that you don't want in the distro. > Instead of 'cp' I'd suggest > mv -f HISTORY INSTALL ../../.. > gmake clean > > Not sure if there are any other issues. Changed ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [EMAIL PROTECTED] Yahoo!: yscrappy ICQ: 7615664 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend
