diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-04-20 15:04:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-04-20 15:12:21 +0200 |
commit | 64bb1203851bc92fd5ee2acaf0d4c4babf7a6180 (patch) | |
tree | d7370ff77e831444c3417d633ef7b4688ae30b50 /Module_helpcontent2.mk | |
parent | f10b89e1d34ab5faca7c4121dc9d1389617d1ba5 (diff) |
Avoid name clash between Package and GeneratedPackage htmlcontent2_html
...by renaming the latter to htmlcontent2_html_generated. The name clash
happened to not cause trouble yet, but would once these packages are added to
installation sets (i.e., once both would want to occur in
gb_Helper_register_packages_for_install lists in Repository.mk).
(Also do some minor syntactic clean up.)
Change-Id: I009c154d3bb06312a9f4224b2d5feb1d9f6689fc
Reviewed-on: https://gerrit.libreoffice.org/53208
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'Module_helpcontent2.mk')
-rw-r--r-- | Module_helpcontent2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Module_helpcontent2.mk b/Module_helpcontent2.mk index 8ff89344fb..3e69742f96 100644 --- a/Module_helpcontent2.mk +++ b/Module_helpcontent2.mk @@ -18,7 +18,7 @@ ifeq ($(ENABLE_HTMLHELP),TRUE) $(eval $(call gb_Module_add_targets,helpcontent2,\ CustomTarget_html \ GeneratedPackage_html_media \ - GeneratedPackage_html \ + GeneratedPackage_html_generated \ Package_html_static \ Package_html \ )) |