Changeset 100058 in vbox
- Timestamp:
- Jun 3, 2023 12:13:28 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r99720 r100058 1012 1012 $(2)/UserManual.qhcp: \ 1013 1013 $$(VBOX_PATH_MANUAL_SRC)/UserManual.qhcp \ 1014 | $(2)/UserManual.hhp # (Must not run parallel to UserManual.hpp, so it can safely nuke the output dir.) 1014 $(2)/UserManual.hhp # Order-only gets confused by rm -Rf, as kmk will cache the existance of the target \ 1015 # file and not remake it because kmk thinks it still exists. Real dep fixes this. 1016 $$(call MSG_L1,, => $$@ ($(2)/UserManual_htmlhelp.log)) 1015 1017 $$(QUIET)$$(INSTALL_STAGING) -m0644 -- '$$<' '$$(@D)' 1016 1018
Note:
See TracChangeset
for help on using the changeset viewer.