Changeset 98861 in vbox
- Timestamp:
- Mar 7, 2023 2:32:17 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r98860 r98861 878 878 # 879 879 ########################################################################################## 880 # Copy the dita library under out folder since at each use the library modifies some881 # run-time configuation files.882 $(VBOX_DITA_PATH):880 # Copy the dita library under out folder since at each use the library modifies some 881 # run-time configuation files. 882 $(VBOX_DITA_PATH): 883 883 $(MKDIR) -p $(VBOX_DITA_PATH) 884 884 cp -R $(VBOX_DITA_ORIGINAL_PATH)/* $(VBOX_DITA_PATH)/ … … 915 915 $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/UserManual_dita.pdf: \ 916 916 $(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/UserManual.ditamap \ 917 $(VBOX_DITA_PATH) \917 $(VBOX_DITA_PATH) \ 918 918 $(VBOX_REFENTRY_DITA_FILES) \ 919 919 $$(VBOX_PATH_MANUAL_SRC)/correct_references.py … … 989 989 990 990 ifdef VBOX_WITH_DOCS_QHELP 991 991 # 992 992 # VirtualBox.qch/VirtualBox.qhc 993 993 # … … 1032 1032 $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/qhelp/UserManual.hhp: \ 1033 1033 $(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/UserManual.ditamap \ 1034 $(VBOX_DITA_PATH) \1034 $(VBOX_DITA_PATH) \ 1035 1035 $(VBOX_REFENTRY_DITA_FILES) \ 1036 1036 $$(VBOX_PATH_MANUAL_SRC)/correct_references.py
Note:
See TracChangeset
for help on using the changeset viewer.