move doxygen targets to separate scripts

svn path=/trunk/; revision=10378
This commit is contained in:
Martin Fuchs 2004-08-03 20:04:49 +00:00
parent 57da2ced76
commit 49c4d2b4f2
6 changed files with 7 additions and 50 deletions

View file

@ -58,21 +58,3 @@ include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.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:

View file

@ -91,18 +91,3 @@ notifyhook.dll: notifyhook/notifyhook.c notifyhook/notifyhook.h
clean:
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:

View file

@ -96,18 +96,3 @@ notifyhook.dll: notifyhook/notifyhook.c notifyhook/notifyhook.h
clean:
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:

View 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

View file

@ -1 +0,0 @@
sed 's/@GEN@/generated on '`date +%d.%m.%Y`/ <doxy-footer.htmt >doxy-footer.html