diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2008-12-26 10:18:53 +0000 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2008-12-26 10:18:53 +0000 |
commit | c6218cee5b43420dba36e5822603d397aac47255 (patch) | |
tree | 2b139d2539efc99a454eca788c1f4e182d71e8c6 /doc/Makefile.am | |
parent | 96d7d5877372371b6445aeb4ec4d5db2a0b02e2e (diff) | |
download | pies-c6218cee5b43420dba36e5822603d397aac47255.tar.gz pies-c6218cee5b43420dba36e5822603d397aac47255.tar.bz2 |
Version 5.0
* configure.ac, NEWS: Version 5.0.
* doc/mailfromd.texi, doc/pies.texi, doc/pmult.texi: Update.
* doc/Makefile.am (check-builtins): Account for
MF_DEFUN_VARARGS_NO_PROM.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d50843b..8003e82 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -62,7 +62,7 @@ check-options: check-builtins: @check-docs.sh builtins \ '/MF_DEFUN/{s/[ \t]*MF_DEFUN *(\([a-zA-Z_][a-zA-Z0-9_]*\),.*/\1/p;\ - s/[ \t]*MF_DEFUN_VARARGS *(\([a-zA-Z_][a-zA-Z0-9_]*\),.*/\1/p;\ + s/[ \t]*MF_DEFUN_VARARGS\(_NO_PROM\)\? *(\([a-zA-Z_][a-zA-Z0-9_]*\),.*/\2/p;\ s/[ \t]*MF_DEFUN_CTYPE *(\([a-zA-Z_][a-zA-Z0-9_]*\))/\1/p}'\ 's/@deftypefn {Built-in Function} *[^ ][^ ]* *\([^ ]*\).*/\1/p' \ $(top_srcdir)/mfd/bi_*.m4 -- \ |