Changeset 5903 in vbox
- Timestamp:
- Dec 2, 2007 11:32:16 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26436
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r5598 r5903 198 198 $(call DIRDEP, $(PATH_OUT)/docs/Core) 199 199 $(RM) -f $(wildcard $(PATH_OUT)/docs/Core/html/*) 200 ifdef KMK_USE_REDIRECT 201 $(REDIRECT) -E 'PATH_OUT=$(PATH_OUT)' -E 'PATH_TARGET=$(PATH_TARGET)' -- doxygen Doxyfile.Core 202 else 200 203 PATH_OUT="$(PATH_OUT)" PATH_TARGET="$(PATH_TARGET)" doxygen Doxyfile.Core 204 endif 201 205 202 206 $(call DIRDEP, $(PATH_OUT)/docs/Core): -
trunk/src/VBox/Main/Makefile.kmk
r5755 r5903 86 86 $(RM) -f $(wildcard $(PATH_OUT)/docs/Main/html/*) 87 87 $(VBOX_XSLTPROC) -o $(PATH_TARGET)/VirtualBox.idl idl/doxygen.xsl idl/VirtualBox.xidl 88 ifdef KMK_USE_REDIRECT 89 $(REDIRECT) -E 'PATH_OUT=$(PATH_OUT)' -E 'PATH_TARGET=$(PATH_TARGET)' -E 'PATH_CHM=$(subst /,\,$(PATH_BIN)/VirtualBoxAPI.chm)' \ 90 -- doxygen Doxyfile.Main 91 else 88 92 PATH_OUT="$(PATH_OUT)" PATH_TARGET="$(PATH_TARGET)" PATH_CHM="$(subst /,\\,$(PATH_BIN)/VirtualBoxAPI.chm)" doxygen Doxyfile.Main 93 endif 89 94 -$(EXEC_X86_WIN32) $(VBOX_PATH_HTML_HELP_WORKSHOP)/hhc.exe $(subst /,\\,$(PATH_OUT)/docs/Main/html/index.hhp) 90 95 $(APPEND) $(PATH_TARGET)/docs.Main
Note:
See TracChangeset
for help on using the changeset viewer.