diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-06-01 12:40:01 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-01 12:40:20 +0200 |
commit | 73661c6f0f78964633a74f487d6bb7c0922d00dc (patch) | |
tree | 2e7adaab888011cb37b7a20e7d4194942e70973d /Repository.mk | |
parent | ee15da298dd7919b4ac59b30aee369a7ba1559f2 (diff) |
Repository.mk: rename postprocess_helpimages to helpcontent2_helpimages
Change-Id: I39a7ccedc94a0427b20d03f513255aa00f02baab
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 81dbcfbc9231..dd80d10c2eaa 100644 --- a/Repository.mk +++ b/Repository.mk @@ -806,7 +806,7 @@ $(eval $(call gb_Helper_register_packages, \ $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \ odk_headers_generated \ postprocess_images \ - postprocess_helpimages \ + $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \ postprocess_registry \ readlicense_oo_readmes \ setup_native_misc \ |