diff options
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 |