* created a target to build the documentation

This commit is contained in:
Oleg Hahm 2013-02-08 19:34:07 +01:00
parent 72e3a500a7
commit f6e129959e
4 changed files with 8 additions and 1 deletions

3
dist/makefile vendored
View File

@ -117,3 +117,6 @@ flash: all
term:
$(TERM) $(PORT)
doc:
make -BC $(RIOTBASE) doc

3
doc/doxygen/makefile Normal file
View File

@ -0,0 +1,3 @@
doc:
doxygen riot.doxyfile

View File

@ -6,4 +6,5 @@ all:
clean:
@for i in $(DIRS) ; do $(MAKE) -C $$i clean ; done ;
doc:
make -BC doc/doxygen