From 0868c301fb04090da36b7292e7d29e0b177a92e8 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Wed, 18 Apr 2001 07:04:42 +0000 Subject: [PATCH] (check-doc): Depend on info. so that checkargs.py is only run on a file that makeinfo can process. Run checkargs.py on Protocol-A.texi. --- doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index bcb8914a..1afb63ce 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.20 2001/04/16 18:16:32 ceder Exp $ +# $Id: Makefile.am,v 1.21 2001/04/18 07:04:42 ceder Exp $ # Copyright (C) 1998-1999 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -80,7 +80,7 @@ Protocol-A.pdf: Protocol-A.texi check: check-doc -check-doc: Protocol-A.notab lyskomd.notab +check-doc: Protocol-A.notab lyskomd.notab info # Create a list of all aux-items. sed -n 's/[0-9][0-9]* : \([^ ]*\) (.*/\1/p' \ $(top_srcdir)/run-support/aux-items.conf \ @@ -183,4 +183,4 @@ check-doc: Protocol-A.notab lyskomd.notab # Check @rarg{} and @karg{} constructs. They are only allowed # to refer to named arguments of the call they are documenting. - # FIXME + python $(srcdir)/checkargs.py $(srcdir)/Protocol-A.texi -- GitLab