mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
readd additional non-standard Makefile targets
svn path=/trunk/; revision=10376
This commit is contained in:
parent
e092a67cea
commit
16904f000e
1 changed files with 18 additions and 0 deletions
|
@ -58,3 +58,21 @@ include $(PATH_TO_TOP)/rules.mak
|
||||||
include $(TOOLS_PATH)/helper.mk
|
include $(TOOLS_PATH)/helper.mk
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
include $(TOOLS_PATH)/depend.mk
|
||||||
|
|
||||||
|
|
||||||
|
# additional non-standard targets:
|
||||||
|
|
||||||
|
docu: doxy-footer.html
|
||||||
|
doxygen Doxyfile
|
||||||
|
|
||||||
|
full-docu: docu
|
||||||
|
-cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp
|
||||||
|
cmd /c move /y doxy-doc\html\index.chm ros-explorer.chm
|
||||||
|
doxygen Doxyfile-all
|
||||||
|
-cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp
|
||||||
|
cmd /c move /y doxy-doc\html\index.chm ros-explorer-full.chm
|
||||||
|
|
||||||
|
doxy-footer.html: ever
|
||||||
|
updatefooter
|
||||||
|
|
||||||
|
ever:
|
||||||
|
|
Loading…
Reference in a new issue