############################################################################### # XML conditions, by default set for all books built from this clone. # When building, conditional XML elements are # - shown only if the condition is SET # - hidden if the condition is NOT set # Book-specific conditions may set in book-xxx/swcomp.mk, or in runtime by # make doc or makethisdoc. Run make docusage or makethisdoc -h for further info. ############################################################################### X_MISC:=\ eclipse\ general\ pm_smart X_TARGETS:=\ t_t4240\ t_p2041\ t_p3041 X_FEATURES:=\ f_any;f_any_nw;f_ovs;f_any_vt;f_kvm;f_lxc;f_any_rt;f_ci empty= space=$(empty) $(empty) MISC:=$(subst $(space),;,$(strip $(X_MISC))) TARGETS:=$(subst $(space),;,$(strip $(X_TARGETS))) FEATURES:=$(subst $(space),;,$(strip $(X_FEATURES))) DEFAULTCONDITIONS:=$(MISC);$(TARGETS);$(FEATURES) ############################################################################### # Available conditions are listed in docsrc_common/conditions_template.mk # in linux/documentation.git. ###############################################################################