From 602b1445e3bfa24b1ce9cd1d148e4aa5cb742cf4 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 28 Apr 2000 09:48:01 +0000 Subject: Documentation-generating tool taken from linux-2.3.99-pre6, and makefile to actually use it. --- doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index cef98bf..23235f9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ SHELL = /bin/sh -all: bird.html +all: bird.html internals.html clean: rm *.html *.tex *.dvi *.log @@ -28,3 +28,6 @@ dnl LATEX format: %.tex: %.sgml ./sgml2latex --output=tex $< + +internals.html: ../filter/filter.c + kernel-doc -html ../filter/filter.c > internals.html -- cgit v1.2.3