diff --git a/build/jam/LocaleRules b/build/jam/LocaleRules index d09d3eb70b..96942dff3b 100644 --- a/build/jam/LocaleRules +++ b/build/jam/LocaleRules @@ -162,6 +162,12 @@ rule DoCatalogs target : signature : sources : sourceLanguage : regexp # For the pseudo-target catkeys HAIKU_LOCALE_OUTPUT_CATKEYS += $(generatedCatalog:S=.catkeys) ; + + # Add target catalog entry as attribute + CATALOG_ENTRY on $(target) = "$(signature):Application name:$(target)" ; + Depends $(target) : addattr ; + AddCatalogEntryAttribute1 $(target) + : addattr ; } rule AddCatalogEntryAttribute target