VirtualBox

Changeset 93814 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 16, 2022 9:53:42 PM (3 years ago)
Author:
vboxsync
Message:

VBoxManage: Fix "clean" for the documentation related files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r93811 r93814  
    11# $Id$
    22## @file
    3 # Sub-Makefile for VBoxManage (the cli frontend).
     3# Sub-Makefile for VBoxManage (the CLI frontend).
    44#
    55
     
    213213
    214214VBoxManage_CLEAN += \
     215        $(VBOX_XML_CATALOG) \
     216        $(VBOX_XML_CATALOG_DOCBOOK) \
     217        $(VBOX_XML_CATALOG_MANUAL) \
     218        $(VBOX_XML_ENTITIES) \
     219        $(addprefix $(VBOX_PATH_MANUAL_OUTBASE)/en_US/, $(VBOX_XML_XREF_TO_TEXT) $(VBOX_XML_XREF_TO_TEXT).cat) \
    215220        $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp_en_US.cpp \
    216221        $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp_en_US.cpp.ts \
     
    219224        $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h \
    220225        $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h.ts \
    221        $(addprefix $(VBoxManage_0_OUTDIR)/,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES)))
     226        $(addprefix $(VBoxManage_0_OUTDIR)/,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES)))
    222227
    223228# Preprocess the xml files, applying remarks.
     
    281286
    282287
    283 # generate built-in for the english only
     288# Generate built-in help for all languages (English is implicit).
    284289$(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp.ts \
    285290+| $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp: \
     
    384389
    385390 VBoxManage_CLEAN += \
     391        $(foreach lang,$(VBOX_APPROVED_VBOXMANAGE_DOCBOOK_LANGUAGES), \
     392        $(addprefix $(VBOX_PATH_MANUAL_OUTBASE)/$(lang)/, \
     393            $(VBOX_XML_XREF_TO_TEXT) \
     394            $(VBOX_XML_XREF_TO_TEXT).cat \
     395        )) \
    386396        $(addsuffix .cpp,$(addprefix $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp_,$(VBOX_APPROVED_VBOXMANAGE_DOCBOOK_LANGUAGES))) \
    387397        $(addsuffix .cpp.ts,$(addprefix $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp_,$(VBOX_APPROVED_VBOXMANAGE_DOCBOOK_LANGUAGES))) \
Note: See TracChangeset for help on using the changeset viewer.

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