From 898b42425a56ca7aed207a365dea1e2e006eb0b3 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 12 May 2001 10:38:29 +0000 Subject: [PATCH] (check-doc): Ignore stuff after @bye. --- doc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index adcc37a61..95967ada8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.26 2001/05/01 11:20:39 ceder Exp $ +# $Id: Makefile.am,v 1.27 2001/05/12 10:38:29 ceder Exp $ # Copyright (C) 1998-1999 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -152,7 +152,8 @@ check-doc: Protocol-A.notab lyskomd.notab info > types-@.tmp # Create a list of all @x{}-constructs used. - sed -e '/^@c /d' \ + sed -e '/@bye/,$$d' \ + -e '/^@c /d' \ -e '/^@c$$/d' \ -e '/^@comment /d' \ -e '/^@macro /,/@end macro/d' \ -- GitLab