1
0
Fork 0

Makefile.am: Run tests before dist

master
Mike Gerwitz 2016-03-30 15:05:19 -04:00
parent 151f39c691
commit 0bb17372fd
1 changed files with 2 additions and 0 deletions

View File

@ -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 "$*" > "$@"