Changeset 93811 in vbox
- Timestamp:
- Feb 16, 2022 9:33:02 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150010
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Config.kmk
r93810 r93811 132 132 # and for producing the actual man pages. 133 133 # 134 # $(evalcall2 def_vbox_refentry_ to_manpage)134 # $(evalcall2 def_vbox_refentry_preprocess_for_manpage) 135 135 # @param 1 The output directory. 136 136 # @param 2 The XML file name (no path). 137 137 # @param 3 The XML file with full path. 138 138 # @param 4 Non-empty if xrefs to replace. 139 # @param 5 Language code (optional )139 # @param 5 Language code (optional if $4 is empty). 140 140 define def_vbox_refentry_preprocess_for_manpage 141 141 $(1)/$(2): \ … … 363 363 "$$<" "$$(VBOX_PATH_MANUAL_SRC)/en_US/$$(x)") 364 364 $$(QUIET)$$(APPEND) -n "$$@" '' '</xsl:stylesheet>' 365 366 BLDDIRS += $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/ 365 367 endef 366 368 # generate rules for $(VBOX_XML_XREF_TO_TEXT) -
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r93708 r93811 224 224 $(foreach file,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES)) \ 225 225 , $(evalcall2 def_vbox_refentry_preprocess_for_manpage,$(VBoxManage_0_OUTDIR),$(file), \ 226 $(VBOX_PATH_MANUAL_SRC)/en_US/$(file),replace-xrefs ))226 $(VBOX_PATH_MANUAL_SRC)/en_US/$(file),replace-xrefs,en_US)) 227 227 228 228
Note:
See TracChangeset
for help on using the changeset viewer.