From 49c4d2b4f2015f6cc3d31908890410f6c2dbfa38 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Tue, 3 Aug 2004 20:04:49 +0000 Subject: [PATCH] move doxygen targets to separate scripts svn path=/trunk/; revision=10378 --- reactos/subsys/system/explorer/Makefile | 18 ------------------ reactos/subsys/system/explorer/Makefile.MinGW | 15 --------------- reactos/subsys/system/explorer/Makefile.PCH | 15 --------------- .../subsys/system/explorer/make-full-docu.bat | 7 +++++++ reactos/subsys/system/explorer/updatefooter | 1 - .../subsys/system/explorer/updatefooter.bat | 1 - 6 files changed, 7 insertions(+), 50 deletions(-) create mode 100755 reactos/subsys/system/explorer/make-full-docu.bat delete mode 100755 reactos/subsys/system/explorer/updatefooter delete mode 100755 reactos/subsys/system/explorer/updatefooter.bat diff --git a/reactos/subsys/system/explorer/Makefile b/reactos/subsys/system/explorer/Makefile index 35129b4c32a..ed0268503df 100644 --- a/reactos/subsys/system/explorer/Makefile +++ b/reactos/subsys/system/explorer/Makefile @@ -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: diff --git a/reactos/subsys/system/explorer/Makefile.MinGW b/reactos/subsys/system/explorer/Makefile.MinGW index 10eebc68b71..622786208bd 100644 --- a/reactos/subsys/system/explorer/Makefile.MinGW +++ b/reactos/subsys/system/explorer/Makefile.MinGW @@ -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: diff --git a/reactos/subsys/system/explorer/Makefile.PCH b/reactos/subsys/system/explorer/Makefile.PCH index 9baa028d94a..94640c893c1 100644 --- a/reactos/subsys/system/explorer/Makefile.PCH +++ b/reactos/subsys/system/explorer/Makefile.PCH @@ -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: diff --git a/reactos/subsys/system/explorer/make-full-docu.bat b/reactos/subsys/system/explorer/make-full-docu.bat new file mode 100755 index 00000000000..6a074219998 --- /dev/null +++ b/reactos/subsys/system/explorer/make-full-docu.bat @@ -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 diff --git a/reactos/subsys/system/explorer/updatefooter b/reactos/subsys/system/explorer/updatefooter deleted file mode 100755 index 64e993e253a..00000000000 --- a/reactos/subsys/system/explorer/updatefooter +++ /dev/null @@ -1 +0,0 @@ -sed 's/@GEN@/generated on '`date +%d.%m.%Y`/ doxy-footer.html diff --git a/reactos/subsys/system/explorer/updatefooter.bat b/reactos/subsys/system/explorer/updatefooter.bat deleted file mode 100755 index 8b137891791..00000000000 --- a/reactos/subsys/system/explorer/updatefooter.bat +++ /dev/null @@ -1 +0,0 @@ -