diff options
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | tools/local.mk | 4 |
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 |