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 @@ -