aboutsummaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-06 10:21:23 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-06 10:21:23 -0600
commit33ff088a6065cfbafe2f7b870595dc392832cdcb (patch)
treefb98b348d154d8e19a7979e71aa89228193d520f /dist.sh
parentd3ea95b9f56a0a19d77e693f5556527dee43aa24 (diff)
downloadportable-33ff088a6065cfbafe2f7b870595dc392832cdcb.tar.gz
portable-33ff088a6065cfbafe2f7b870595dc392832cdcb.tar.bz2
portable-33ff088a6065cfbafe2f7b870595dc392832cdcb.zip
simplify packaging for libtls.
Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index 6ed275b..5cb08d4 100755
--- a/dist.sh
+++ b/dist.sh
@@ -3,5 +3,5 @@ set -e
3 3
4rm -f man/*.1 man/*.3 4rm -f man/*.1 man/*.3
5./autogen.sh 5./autogen.sh
6./configure 6./configure --enable-libtls
7make dist 7make dist