summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-28 11:55:36 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-28 11:55:36 +0200
commite83b42deb4405729d9f53448bdbcea05e7d15e8f (patch)
tree7ca20d9a5d2e50da28afb8c274ba14e0afe41d5b /doc/Makefile
parentff95080f9272c4a0123ab05dff608a43cf3c15b7 (diff)
downloadbird-e83b42deb4405729d9f53448bdbcea05e7d15e8f.tar
bird-e83b42deb4405729d9f53448bdbcea05e7d15e8f.zip
Include proto/rip/rip.c in documentation system.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 23235f9..fe263be 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