diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-03 09:15:59 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-03 09:28:31 +0100 |
commit | d5622fa168d4b97096ec19abaa34dc7befaa89ae (patch) | |
tree | 5b12ac92d1d6320ffaa59c699c858ecb3f46bcd8 /postprocess/CustomTarget_config.mk | |
parent | 3c82b95d92151be365f673c04c78ad1368b928d9 (diff) |
make sure .ui files are packed too
Change-Id: If79dcfded502990e5c452a86ed17bd796de7f30b
Diffstat (limited to 'postprocess/CustomTarget_config.mk')
-rw-r--r-- | postprocess/CustomTarget_config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_config.mk b/postprocess/CustomTarget_config.mk index ca64a5ed74f1..80a415849e1a 100644 --- a/postprocess/CustomTarget_config.mk +++ b/postprocess/CustomTarget_config.mk @@ -21,7 +21,9 @@ $(call gb_CustomTarget_get_workdir,postprocess/config)/uiconfig_%.zip : \ @true $(call gb_CustomTarget_get_workdir,postprocess/config)/uiconfig.zip : \ - $(SRCDIR)/postprocess/packconfig/packconfig.pl $(call gb_Postprocess_get_target,AllPackages) + $(SRCDIR)/postprocess/packconfig/packconfig.pl \ + $(call gb_Postprocess_get_target,AllPackages) \ + $(call gb_Postprocess_get_target,AllUIs) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2) cd $(SRCDIR)/postprocess/packconfig \ && $(PERL) packconfig.pl -i $(OUTDIR)/xml/uiconfig -o $(dir $@) |