aboutsummaryrefslogtreecommitdiffstats
path: root/maintainer/make_distn
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2017-01-16 12:15:12 +0000
committerroot <root@lamia.panaceas.james.local>2017-01-16 12:15:12 +0000
commit8ee35c49abfcc5118b085fe63994b533944b4595 (patch)
treeee13b96b27e9dacc454edf90ef94d37bacce9528 /maintainer/make_distn
parentd3e1d3a645885f5721a060902e9c09c5f202c561 (diff)
downloadtwa_t-8ee35c49abfcc5118b085fe63994b533944b4595.tar.gz
twa_t-8ee35c49abfcc5118b085fe63994b533944b4595.tar.bz2
twa_t-8ee35c49abfcc5118b085fe63994b533944b4595.zip
maintainer scripts
Diffstat (limited to 'maintainer/make_distn')
-rwxr-xr-xmaintainer/make_distn13
1 files changed, 13 insertions, 0 deletions
diff --git a/maintainer/make_distn b/maintainer/make_distn
new file mode 100755
index 0000000..09f9076
--- /dev/null
+++ b/maintainer/make_distn
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# make_distn:
+#
+# Copyright (c) 2017 James McKenzie <foss@madingley.org>,
+# All rights reserved.
+#
+#
+#
+./maintainer/bootstrap
+./configure
+make dist
+make distclean