From e83b42deb4405729d9f53448bdbcea05e7d15e8f Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 28 Apr 2000 09:55:36 +0000 Subject: [PATCH] Include proto/rip/rip.c in documentation system. --- doc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 23235f96..fe263be5 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,8 @@ SHELL = /bin/sh -all: bird.html internals.html +all: internals.html +# bird.html clean: rm *.html *.tex *.dvi *.log @@ -29,5 +30,5 @@ dnl LATEX format: %.tex: %.sgml ./sgml2latex --output=tex $< -internals.html: ../filter/filter.c - kernel-doc -html ../filter/filter.c > internals.html +internals.html: ../filter/filter.c ../proto/rip/rip.c + kernel-doc -html ../filter/filter.c ../proto/rip/rip.c > internals.html