]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
www: label sections and hopefully improve navigation
[public-inbox.git] / Makefile.PL
index 171712a709597e4fc826b760d87bef99c801e65f..4a911037c7c6ded4428d5aa2af92779bbe3b6c96 100644 (file)
@@ -47,7 +47,10 @@ my_syntax := \$(addsuffix .syntax, $PM_FILES \$(EXE_FILES) \$(SCRIPTS))
 
 syntax:: \$(my_syntax)
 
-check:: pure_all
+check-manifest :: MANIFEST
+       if git ls-files >\$<.gen 2>&1; then diff -u \$< \$<.gen; fi
+
+check:: pure_all check-manifest
        \$(EATMYDATA) prove -lv -j\$(N)
 
 EOF