about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-06 23:01:49 +0000
committerEric Wong <e@80x24.org>2019-10-07 09:40:30 +0000
commit4c20de0694d06ff3a5f963d7f51d509319060b50 (patch)
tree6c155c8757838895bafc502861e5984a99ab2ed9 /Makefile.PL
parent6242da34fbe20940e3e258d2ec80e9aeef0438e1 (diff)
downloadpublic-inbox-4c20de0694d06ff3a5f963d7f51d509319060b50.tar.gz
This prevents breakage when running installed scripts when a
user fetches from git and forgets to run "perl Makefile.PL"
before "make install".
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8daeb4fb..39b9b198 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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
 }