From d85bb501507d186660b744d721ebe2c655cdf3a7 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Mon, 31 Dec 2001 22:12:37 +0000 Subject: [PATCH] (check): Don't ignore the reserved bits of Conf_type. --- doc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4ba8fb0e7..74a9fb581 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.36 2001/12/31 21:46:29 ceder Exp $ +# $Id: Makefile.am,v 1.37 2001/12/31 22:12:37 ceder Exp $ # Copyright (C) 1998-1999, 2001 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -146,7 +146,6 @@ check-doc: Protocol-A.notab lyskomd.notab info | sed -e 's/_/-/g' \ -e 's/allow-anon/allow-anonymous/' \ -e 's/letter-box/letterbox/' \ - | grep -v reserved \ | tee conftypes.tmp \ | sed 's/.*/^@conftype{&}$$/' \ > conftypes-@.tmp -- GitLab