]> Sergey Matveev's repositories - public-inbox.git/commit
build: check-manifest runs after tests
authorEric Wong <e@yhbt.net>
Sun, 10 May 2020 19:38:23 +0000 (19:38 +0000)
committerEric Wong <e@yhbt.net>
Sun, 10 May 2020 19:43:40 +0000 (19:43 +0000)
commit957dfd92aacff56d323bc1d56fb99132743e958e
tree4b5ab3d543338d3a1efb2f09861d806e7f640c5d
parent9ccd182245d5924cf90a4152b032fca5b99d32e6
build: check-manifest runs after tests

And just treat it as a non-fatal nag when checking the rest of the
codebase.  Calling it "check-manifest" as a `make' target
preserves the old behavior, which causes the check to fail
if a file were added to the worktree without changing the
MANIFEST.
Makefile.PL