VirtualBox

Changeset 93811 in vbox


Ignore:
Timestamp:
Feb 16, 2022 9:33:02 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150010
Message:

doc/manual, VBoxManage: Fix issue with no longer fully optional language. Small clean fix.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/Config.kmk

    r93810 r93811  
    132132# and for producing the actual man pages.
    133133#
    134 # $(evalcall2 def_vbox_refentry_to_manpage)
     134# $(evalcall2 def_vbox_refentry_preprocess_for_manpage)
    135135# @param    1   The output directory.
    136136# @param    2   The XML file name (no path).
    137137# @param    3   The XML file with full path.
    138138# @param    4   Non-empty if xrefs to replace.
    139 # @param    5   Language code (optional)
     139# @param    5   Language code (optional if $4 is empty).
    140140define def_vbox_refentry_preprocess_for_manpage
    141141$(1)/$(2): \
     
    363363                        "$$<" "$$(VBOX_PATH_MANUAL_SRC)/en_US/$$(x)")
    364364        $$(QUIET)$$(APPEND) -n "$$@" '' '</xsl:stylesheet>'
     365
     366BLDDIRS += $$(VBOX_PATH_MANUAL_OUTBASE)/$(1)/
    365367endef
    366368# generate rules for $(VBOX_XML_XREF_TO_TEXT)
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r93708 r93811  
    224224$(foreach file,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES)) \
    225225, $(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))
    227227
    228228
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette