aboutsummaryrefslogtreecommitdiff
path: root/dist.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't hardcode a fixed # of jobs for makev2.1.2Brent Cook2014-12-081-1/+1
|
* use 'make distcheck' for the release build scriptBrent Cook2014-12-071-1/+1
|
* simplify packaging for libtls.Brent Cook2014-12-061-1/+1
| | | | | Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
* don't fail to make dist on a clean repoBrent Cook2014-10-141-1/+1
|
* clear local manpage cache before generating a release tarballBrent Cook2014-09-261-0/+1
| | | | | Remove the possibility of having any bad or old manpages in releases while still being able to cache for quick development tarballs.
* added dist.sh script - generates tarballBrent Cook2014-07-291-0/+6
ok deraadt@ beck@