From 68a70c10fcf5bacc5ae6258177917ae45ab67365 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 14 May 2016 02:17:47 +0000 Subject: import ssoma-replay example script I've been using 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. --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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))) -- cgit v1.2.3-24-ge0c7