mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Include proto/rip/rip.c in documentation system.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user