From 2642cac5ca8084b4f1f9033afb90b6a7ee6b95fd Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 23 Oct 2011 00:51:05 +0300 Subject: Minor fix. * doc/Makefile.am (check-options): Change to match the recent changes. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 492a6ae..f6e0025 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -38,9 +38,9 @@ check-format: imprimatur-format imprimatur-check-sentence-spacing check-options: @$(CHECK_DOCS) options \ - '/argp_option options\[\] = /,/^}/s/[ \t]*{ *"\([^,"]*\)".*/\1/pg' \ + '/OPTIONS_BEGIN/,/OPTIONS_END/{s/OPTION( *\([^,][^,]*\),.*/\1/pg;s/ALIAS(\([^,][^,)]*\)[,)]/\1/p;}' \ 's/@opindex *\([^@,]*\).*/\1/p' \ - $(top_srcdir)/src/pies.c -- \ + $(top_srcdir)/src/cmdline.opt -- \ $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \ $(info_TEXINFOS) -- cgit v1.2.1