- Timestamp:
- Mar 18, 2023 2:54:32 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r99035 r99036 661 661 # - correct all reference targets by calling correct_references.py. 662 662 # 663 # Note! INSTALL_STAGING is likely to hardlink the files. 663 # Note! INSTALL_STAGING is likely to hardlink the files, thus we must use +| below 664 # when copying files as much won't change timestamp. It would in fact be a _lot_ 665 # better to copy the files individually. 664 666 # 665 667 ########################################################################################## … … 729 731 + $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/dita/topics/$(2): \ 730 732 $$(VBOX_DITA_CONVERTER_PATH)/db2dita/docbook2dita.xsl \ 731 $$(qfirstfile , $$(qwildcard , $$(VBOX_PATH_MANUAL_SRC)/$(1)/$(2)) $$(VBOX_PATH_MANUAL_SRC)/en_US/$(2)) \732 $$(VBOX_PATH_MANUAL_SRC)/mark_external_urls.xsl \733 $$(qfirstfile , $$(qwildcard , $$(VBOX_PATH_MANUAL_SRC)/$(1)/$(2)) $$(VBOX_PATH_MANUAL_SRC)/en_US/$(2)) \ 734 $$(VBOX_PATH_MANUAL_SRC)/mark_external_urls.xsl \ 733 735 $$(VBOX_PATH_MANUAL_OUTBASE)/en_US/dita/topics/man_VBoxManage-dhcpserver-dhcpoptions.xml \ 734 736 $$(VBOX_XML_CATALOG) \
Note:
See TracChangeset
for help on using the changeset viewer.