Use Makefile rules to generate documentation
And regenerate documentation.
This commit is contained in:
parent
986961ad5d
commit
6be06966e3
8 changed files with 953 additions and 316 deletions
5
Makefile
5
Makefile
|
|
@ -43,12 +43,15 @@ endif
|
|||
DEFINES += -DBGP
|
||||
OBJS += bgp.o
|
||||
|
||||
all: programs plugins
|
||||
all: programs plugins doc
|
||||
programs: $(PROGRAMS)
|
||||
plugins: $(PLUGINS)
|
||||
doc:
|
||||
$(MAKE) -C docs
|
||||
|
||||
clean:
|
||||
rm -f *.o test/*.o $(PROGRAMS) $(PLUGINS) Makefile.tmp Makefile.bak
|
||||
$(MAKE) -C docs clean
|
||||
|
||||
depend:
|
||||
(sed -n 'p; /^## Dependencies: (autogenerated) ##/q' Makefile && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue