summaryrefslogtreecommitdiff
path: root/Module_tail_build.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-25 11:56:21 +0100
committerFridrich Strba <fridrich@documentfoundation.org>2013-02-26 15:06:50 +0000
commitf624144e41291c11f3892dda1027221989d704be (patch)
tree222303c07eea7c33877dcec8d577fcd9e1af9aa4 /Module_tail_build.mk
parentc81e40d02610b665a9edcc73b57ac7e783913988 (diff)
move postprocess to gbuild
the gb_Postprocess* foo could also be in gb_Module* as it is conceptionally close ('do things globally/productwide'). OTOH I see no obvious reason for e.g. signing not to be done right along with building a lib/executable anyway instead of in postprocess. The same is likely true for the other stuff too. Change-Id: I9c8f569564c056643af7ca39bfe038ed228dcd3d Reviewed-on: https://gerrit.libreoffice.org/2426 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r--Module_tail_build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index eed19e672caf..c8854e34f435 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -146,6 +146,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_build,\
package \
padmin \
$(call gb_Helper_optional,POSTGRESQL,postgresql) \
+ postprocess \
psprint_config \
$(call gb_Helper_optional,PYTHON,python3) \
$(call gb_Helper_optional,PYUNO,pyuno) \