diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-03-30 15:05:19 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-03-30 15:05:19 -0400 |
commit | 0bb17372fd6b4c45c3bab13ebd179515ebeec7f4 (patch) | |
tree | 60783cdda97b920f6e8481a63df9c67bef86acc7 | |
parent | 151f39c6918b5547a622a8b617bfd6b7f3017b2f (diff) | |
download | liza-0bb17372fd6b4c45c3bab13ebd179515ebeec7f4.tar.gz liza-0bb17372fd6b4c45c3bab13ebd179515ebeec7f4.tar.bz2 liza-0bb17372fd6b4c45c3bab13ebd179515ebeec7f4.zip |
Makefile.am: Run tests before distv0.2.0
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c5a95d5..0c5f97b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,8 @@ EXTRA_DIST = src package.json $(path_src)/version.js README.md autogen.sh all-am: modindex +dist-hook: check + modindex: $(nsindex) %/index.js: FORCE ./tools/gen-index "$*" > "$@" |