summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-27 16:34:21 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-27 16:34:21 (EST)
commit916783d15c485521469bd665e90c0b508ea2cc27 (patch)
tree4022f198b795db4559363266b8dc3ff904428498
parentf77f1870b3d8403968a101d43327026f8c213281 (diff)
tools/local.mk: New file
-rw-r--r--Makefile.am5
-rw-r--r--tools/local.mk4
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 9038c37..15e77e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,10 +62,7 @@ EXTRA_DIST = \
NEWS.opkhelper \
TODO \
autogen.sh \
- mksysconf.in \
- tools/shpp.sh \
- tools/shld.sh \
- tools/shman.sh
+ mksysconf.in
todo_code_script = \
/^[0-9]* .[ \t]*\#[ \t]*TODO/,/^[0-9]* \.[ \t]*[^ \t\#]/{ \
diff --git a/tools/local.mk b/tools/local.mk
new file mode 100644
index 0000000..eefb7ff
--- /dev/null
+++ b/tools/local.mk
@@ -0,0 +1,4 @@
+EXTRA_DIST += \
+ %reldir%/shpp.sh \
+ %reldir%/shld.sh \
+ %reldir%/shman.sh