Changeset 93814 in vbox for trunk/src/VBox
- Timestamp:
- Feb 16, 2022 9:53:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r93811 r93814 1 1 # $Id$ 2 2 ## @file 3 # Sub-Makefile for VBoxManage (the clifrontend).3 # Sub-Makefile for VBoxManage (the CLI frontend). 4 4 # 5 5 … … 213 213 214 214 VBoxManage_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) \ 215 220 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp_en_US.cpp \ 216 221 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp_en_US.cpp.ts \ … … 219 224 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h \ 220 225 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.h.ts \ 221 226 $(addprefix $(VBoxManage_0_OUTDIR)/,$(filter man_VBoxManage-%,$(VBOX_MANUAL_XML_REFENTRY_FILES))) 222 227 223 228 # Preprocess the xml files, applying remarks. … … 281 286 282 287 283 # generate built-in for the english only288 # Generate built-in help for all languages (English is implicit). 284 289 $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp.ts \ 285 290 +| $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp.cpp: \ … … 384 389 385 390 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 )) \ 386 396 $(addsuffix .cpp,$(addprefix $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp_,$(VBOX_APPROVED_VBOXMANAGE_DOCBOOK_LANGUAGES))) \ 387 397 $(addsuffix .cpp.ts,$(addprefix $(VBoxManage_0_OUTDIR)/VBoxManageBuiltInHelp_,$(VBOX_APPROVED_VBOXMANAGE_DOCBOOK_LANGUAGES))) \
Note:
See TracChangeset
for help on using the changeset viewer.