aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdist.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist.sh b/dist.sh
index af68320..911b768 100755
--- a/dist.sh
+++ b/dist.sh
@@ -1,6 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2set -e 2set -e
3 3
4rm man/*.1 man/*.3
4./autogen.sh 5./autogen.sh
5./configure 6./configure
6make dist 7make dist