X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=39b9b198042fc399c536e14a493fae9ebbc6131f;hb=34d99b28c1cbfb15ed8bab10a44dacebc46f5008;hp=238220726cab993dc6b0d5e61ae17ddebf018247;hpb=f70abe08b768bb0d5537ef2c3f9091069046d9a2;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index 23822072..39b9b198 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2013-2018 all contributors +# Copyright (C) 2013-2019 all contributors # License: AGPL-3.0+ use strict; use ExtUtils::MakeMaker; @@ -77,7 +77,7 @@ changed = \$(shell git ls-files -m) %.syntax :: @\$(PERL) -w -I lib -c \$(subst .syntax,,\$@) -syntax:: \$(my_syntax) +syntax:: \$(filter-out lib/PublicInbox/DSKQXS.pm.syntax,\$(my_syntax)) dsyn :: \$(addsuffix .syntax, \$(filter \$(changed), \$(syn_files))) @@ -90,5 +90,8 @@ check:: pure_all check-manifest lib/PublicInbox/UserContent.pm :: contrib/css/216dark.css \$(PERL) -I lib \$@ \$? +# Ensure new .pm files will always be installed: +Makefile.PL :: MANIFEST + EOF }