diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-06 18:27:38 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-06 18:27:38 (EST) |
commit | 3d845a58e2eebad51f815d234edaaedcb885fb66 (patch) | |
tree | a719d46d6b16cb86d1d9fc2ca94ec5076cf9e562 | |
parent | e4817a48f568c0000a925d19e4885c87129908e8 (diff) |
Makefile.am: Distribute tools/shpp.sh
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1628e99..153d337 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,6 +74,7 @@ EXTRA_DIST = \ autogen.sh \ $(sources) \ scripts/announce-release.sh \ + tools/shpp.sh \ tools/shld.sh SUFFIXES = .sh .sm .1in .1 .8in .8 .ms |