summaryrefslogtreecommitdiff
path: root/GeneratedPackage_html.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-04-20 15:04:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-04-20 15:12:21 +0200
commit64bb1203851bc92fd5ee2acaf0d4c4babf7a6180 (patch)
treed7370ff77e831444c3417d633ef7b4688ae30b50 /GeneratedPackage_html.mk
parentf10b89e1d34ab5faca7c4121dc9d1389617d1ba5 (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 'GeneratedPackage_html.mk')
-rw-r--r--GeneratedPackage_html.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/GeneratedPackage_html.mk b/GeneratedPackage_html.mk
deleted file mode 100644
index 36b4e6edf7..0000000000
--- a/GeneratedPackage_html.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-# #
-# This file is part of the LibreOffice project.
-# #
-# # This Source Code Form is subject to the terms of the Mozilla Public
-# # License, v. 2.0. If a copy of the MPL was not distributed with this
-# # file, You can obtain one at http://mozilla.org/MPL/2.0/.
-# #
-#
-$(eval $(call gb_GeneratedPackage_GeneratedPackage,helpcontent2_html,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)))
-
-$(eval $(call gb_GeneratedPackage_use_customtarget,helpcontent2_html,helpcontent2/help3xsl))
-
-$(eval $(foreach lang,$(gb_HELP_LANGS),\
-$(call gb_GeneratedPackage_add_dir,helpcontent2_html,$(INSTROOT)/$(LIBO_SHARE_HELP_FOLDER)/$(if $(HELP_ONLINE),$(PRODUCTVERSION),)/$(lang)/text,$(lang)/text) \
-))
-
-# vim: set noet sw=4 ts=4: