diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-28 11:48:01 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-28 11:48:01 +0200 |
commit | 602b1445e3bfa24b1ce9cd1d148e4aa5cb742cf4 (patch) | |
tree | 4c6d05d69d6931cefe982a5e50b50f109bab2066 /doc/Makefile | |
parent | f94557dec5714f8415aa9e74615b5c821f45808f (diff) | |
download | bird-602b1445e3bfa24b1ce9cd1d148e4aa5cb742cf4.tar bird-602b1445e3bfa24b1ce9cd1d148e4aa5cb742cf4.zip |
Documentation-generating tool taken from linux-2.3.99-pre6, and
makefile to actually use it.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |