mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +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)
|
all: buildno.h $(TARGET)
|
||||||
|
|
||||||
|
docu:
|
||||||
|
doxygen Doxyfile
|
||||||
|
|
||||||
|
full-docu:
|
||||||
|
doxygen Doxyfile-all
|
||||||
|
|
||||||
buildno.h: ../../../include/reactos/buildno.h
|
buildno.h: ../../../include/reactos/buildno.h
|
||||||
updatebuildno
|
updatebuildno
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue