summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-27 07:50:47 (GMT)
committerAlexey Neyman <stilor@att.net>2018-11-27 07:50:47 (GMT)
commit71d85c9e16a040301b7d19c610175caf1ecee9cd (patch)
tree076067a67c77a75769814a103a149d189bd33ef4 /maintainer
parent5256e4768fde1bf20ffa459f5d4bd576c99ac375 (diff)
Include testing/ into the release.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rwxr-xr-xmaintainer/create-release.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/maintainer/create-release.sh b/maintainer/create-release.sh
index ae6e8ec..7daec6a 100755
--- a/maintainer/create-release.sh
+++ b/maintainer/create-release.sh
@@ -8,6 +8,7 @@ if [ -z "${topdir}" ]; then
do_abort "Not in the Git clone"
fi
cd "${topdir}"
+git clean -fxdq
./bootstrap
./configure --enable-local
make dist-create-release