From 3a2e207c3413ed61ed12ab9738146c5ce73f73d6 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 10 Mar 2008 16:15:14 +0000 Subject: Port r1632 of branches/release_4_3_patches. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 0394d05..17d5103 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -76,7 +76,7 @@ check-mflib: check-exceptions: @check-docs.sh exceptions \ - '/typedef enum mf_status_code {/,/^};/s/[ \t]*mf_\(.*\),.*/\1/p' \ + '/typedef enum mf_exception_code {/,/^};/s/[ \t]*mfe_\(.*\),.*/e_\1/p;/typedef enum mf_status_code {/,/^};/s/[ \t]*mf_\(.*\),.*/\1/p' \ 's/@cindex \([^,][^,]*\), exception type/\1/p' \ $(top_srcdir)/mfd/mailfromd.h -- \ $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \ -- cgit v1.2.1