about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-05-14 02:17:47 +0000
committerEric Wong <e@80x24.org>2016-05-14 02:24:46 +0000
commit68a70c10fcf5bacc5ae6258177917ae45ab67365 (patch)
tree8045cc30379ad251d85de47d0f6ff1631b8d10d1 /Makefile.PL
parentfc0527961bd1ff338b21c1d326c73150ab92c56e (diff)
downloadpublic-inbox-68a70c10fcf5bacc5ae6258177917ae45ab67365.tar.gz
Unfortunately, most users still prefer their mail delivered
over SMTP; so we'll at least document mlmmj integration for now
until we can popularize pull-based reading over POP3/NNTP/ssoma.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 448c79c3..9e0c6e8f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -41,7 +41,8 @@ sub MY::postamble {
 EATMYDATA =
 -include config.mak
 -include Documentation/include.mk
-my_syntax := \$(addsuffix .syntax, $PM_FILES \$(EXE_FILES))
+SCRIPTS := scripts/ssoma-replay
+my_syntax := \$(addsuffix .syntax, $PM_FILES \$(EXE_FILES) \$(SCRIPTS))
 
 N := \$(shell echo \$\$(( \$\$(nproc 2>/dev/null || echo 2) + 1)))