Include proto/rip/rip.c in documentation system.
This commit is contained in:
parent
ff95080f92
commit
e83b42deb4
1 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
all: bird.html internals.html
|
all: internals.html
|
||||||
|
# bird.html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *.html *.tex *.dvi *.log
|
rm *.html *.tex *.dvi *.log
|
||||||
|
@ -29,5 +30,5 @@ dnl LATEX format:
|
||||||
%.tex: %.sgml
|
%.tex: %.sgml
|
||||||
./sgml2latex --output=tex $<
|
./sgml2latex --output=tex $<
|
||||||
|
|
||||||
internals.html: ../filter/filter.c
|
internals.html: ../filter/filter.c ../proto/rip/rip.c
|
||||||
kernel-doc -html ../filter/filter.c > internals.html
|
kernel-doc -html ../filter/filter.c ../proto/rip/rip.c > internals.html
|
||||||
|
|
Loading…
Reference in a new issue