aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-11-17 20:23:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-11-17 20:23:14 +0000
commit1527a8c7507a27ef7fef9cef76d7d777b1de84cb (patch)
treef2ad4ba22a8c5c698919e38884acdb965d8cbe7c
parentc1b16045515860228f308309acaa3f504ad824e1 (diff)
downloadpies-1527a8c7507a27ef7fef9cef76d7d777b1de84cb.tar.gz
pies-1527a8c7507a27ef7fef9cef76d7d777b1de84cb.tar.bz2
Document and improve pmult.
* pmult/pmult.c (debug_level): Remove. (struct pmult_priv_data): Remove debug. Use pmult_debug instead. (macro_trans): Define Sendmail compatibility macros cn_issuer and cn_subject. (builtin_macros): Fix typo in "multiplexer". (define_macros): Rewrite. The "define-macros" statement takes exactly two arguments, each of which can be either a string or a list of strings. * doc/values.texi, doc/mailfromd.texi, doc/pmult.texi: Update. * doc/Makefile.am (check-fixmes): Scan all texinfo documents.
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fcf0a89..c5a0b6d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -99,7 +99,7 @@ check-refs:
fi
check-fixmes:
- @for file in $(info_TEXINFOS); \
+ @for file in $(info_TEXINFOS) $(mailfromd_TEXINFOS); \
do \
sed -e = $$file | \
sed -n 'N;/@FIXME{/{s/\(^[0-9][0-9]*\).*@FIXME{\([^}]*\).*/'$$file':\1: \2/gp}'; \

Return to:

Send suggestions and report system problems to the System administrator.