aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-03-13 17:25:21 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-03-13 17:25:21 +0200
commit59770a628d4b64b1d7c86400217e4ab84f13ef37 (patch)
tree32338be92520d0f716bd0fe782c198598e1593e1 /doc/Makefile.am
parent07ca8622ff6226c45b4ac321b38e5f6918f11603 (diff)
downloadmailfromd-59770a628d4b64b1d7c86400217e4ab84f13ef37.tar.gz
mailfromd-59770a628d4b64b1d7c86400217e4ab84f13ef37.tar.bz2
Rename .pm:server config section to .mfd:server. Fix check-docs.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9dd98a05..ed48bcb4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -52,17 +52,17 @@ check-options: check-mailfromd-options check-calloutd-options check-mfdbtool-opt
check-mailfromd-options:
@check-docs.sh "mailfromd options" \
- '/argp_option options\[\] = /,/^}/s/[ \t]*{ *"\([^,"]*\)".*/\1/pg' \
+ '/argp_option options\[\] = /,/^}/s/[ \t]*{ *"\([^,"]*\)".*/\1/pg;/argp_option srv_options\[\] = /,/^}/s/[ \t]*{ *"\([^,"]*\)".*/\1/pg' \
's/@opindex *\([^@,]*\), --.*mailfromd option.*/\1/p' \
- $(top_srcdir)/src/main.c -- \
+ $(top_srcdir)/src/main.c $(top_srcdir)/src/srvcfg.c -- \
$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \
$(info_TEXINFOS)
check-calloutd-options:
@check-docs.sh "calloutd options" \
- '/argp_option options\[\] = /,/^}/s/[ \t]*{ *"\([^,"]*\)".*/\1/pg' \
+ '/argp_option options\[\] = /,/^}/s/[ \t]*{ *"\([^,"]*\)".*/\1/pg;/argp_option srv_options\[\] = /,/^}/s/[ \t]*{ *"\([^,"]*\)".*/\1/pg' \
's/@opindex *\([^@,]*\), --.*calloutd option.*/\1/p' \
- $(top_srcdir)/src/calloutd.c -- \
+ $(top_srcdir)/src/calloutd.c $(top_srcdir)/src/srvcfg.c -- \
$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \
$(info_TEXINFOS)

Return to:

Send suggestions and report system problems to the System administrator.