mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:02:59 +00:00
move doxygen targets to separate scripts
svn path=/trunk/; revision=10378
This commit is contained in:
parent
57da2ced76
commit
49c4d2b4f2
6 changed files with 7 additions and 50 deletions
|
@ -58,21 +58,3 @@ 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:
|
|
||||||
|
|
|
@ -91,18 +91,3 @@ notifyhook.dll: notifyhook/notifyhook.c notifyhook/notifyhook.h
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX)
|
rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX)
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
|
@ -96,18 +96,3 @@ notifyhook.dll: notifyhook/notifyhook.c notifyhook/notifyhook.h
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) precomp.h.gch
|
rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) precomp.h.gch
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
7
reactos/subsys/system/explorer/make-full-docu.bat
Executable file
7
reactos/subsys/system/explorer/make-full-docu.bat
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
doxygen Doxyfile
|
||||||
|
|
||||||
|
-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
|
|
@ -1 +0,0 @@
|
||||||
sed 's/@GEN@/generated on '`date +%d.%m.%Y`/ <doxy-footer.htmt >doxy-footer.html
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue