diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 04:17:00 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 04:17:00 (EDT) |
commit | ed396cb64a4d8811f11014e15efa35927e5a9933 (patch) | |
tree | b6bfc8ece06df14173618b9ba2fe6056bfaf918c | |
parent | 7408196abb5f759eaa66ae9eb6f7227d64d52231 (diff) |
Makefile.am: Distribute tools/mtime.sh
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b0298e8..c77257d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,8 @@ EXTRA_DIST = \ autogen.sh \ tools/shpp.sh \ tools/shld.sh \ - tools/shman.sh + tools/shman.sh \ + tools/mtime.sh todo_code_script = \ /^[0-9]* .[ \t]*\#[ \t]*TODO/,/^[0-9]* \.[ \t]*[^ \t\#]/{ \ |