From 4b9ab5255a2ce9e0f75a80afc731a96b760e9816 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 20 Jun 2016 00:57:11 +0000 Subject: MANIFEST: update with recent changes And add a check-manifest target to the Makefile to ensure we're up-to-date with git (but do not depend on git). --- Makefile.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 171712a7..4a911037 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 -- cgit v1.2.3-24-ge0c7