mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:15:43 +00:00
added doxygen targets to Makefile
svn path=/trunk/; revision=6493
This commit is contained in:
parent
06a85f7e81
commit
ec73f42181
1 changed files with 6 additions and 0 deletions
|
@ -66,6 +66,12 @@ LIBS = gdi32 comctl32 ole32 uuid
|
|||
|
||||
all: buildno.h $(TARGET)
|
||||
|
||||
docu:
|
||||
doxygen Doxyfile
|
||||
|
||||
full-docu:
|
||||
doxygen Doxyfile-all
|
||||
|
||||
buildno.h: ../../../include/reactos/buildno.h
|
||||
updatebuildno
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue