]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Include proto/rip/rip.c in documentation system.
authorPavel Machek <pavel@ucw.cz>
Fri, 28 Apr 2000 09:55:36 +0000 (09:55 +0000)
committerPavel Machek <pavel@ucw.cz>
Fri, 28 Apr 2000 09:55:36 +0000 (09:55 +0000)
doc/Makefile

index 23235f9658b6fe2c52784c09edd9395e040827f5..fe263be5f63d9a6393cc5dbaef742528518eef57 100644 (file)
@@ -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