Thread: Making a new tarball

Making a new tarball

From
"Shalu Gupta"
Date:
Hello,

We have made some changes in the code and wanted to make a new tarball
which could deploy the code and do all the installation stuff.

How can we do that and what files do I have to include in the tarball.

Thanks,
Shalu Gupta
Graduate Student,
N C State University

Re: Making a new tarball

From
Peter Eisentraut
Date:
Shalu Gupta wrote:
> We have made some changes in the code and wanted to make a new
> tarball which could deploy the code and do all the installation
> stuff.
>
> How can we do that and what files do I have to include in the
> tarball.

./configure
make dist

You can also assign a special version number to your version like this:

make dist VERSION=7.4.2foo