Skip to content
Snippets Groups Projects
Commit 898b4242 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(check-doc): Ignore stuff after @bye.

parent 1b5d4de6
Branches
Tags
No related merge requests found
# $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. # Copyright (C) 1998-1999 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -152,7 +152,8 @@ check-doc: Protocol-A.notab lyskomd.notab info ...@@ -152,7 +152,8 @@ check-doc: Protocol-A.notab lyskomd.notab info
> types-@.tmp > types-@.tmp
# Create a list of all @x{}-constructs used. # Create a list of all @x{}-constructs used.
sed -e '/^@c /d' \ sed -e '/@bye/,$$d' \
-e '/^@c /d' \
-e '/^@c$$/d' \ -e '/^@c$$/d' \
-e '/^@comment /d' \ -e '/^@comment /d' \
-e '/^@macro /,/@end macro/d' \ -e '/^@macro /,/@end macro/d' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment