From 091c1b6fc5cb6b3c87c8e3c0fdec1f6974da10cf Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 22 Aug 2012 17:33:39 +0200 Subject: more old module-description xml files Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220 --- xmlhelp/Module_xmlhelp.mk | 2 +- xmlhelp/Package_xml.mk | 35 ----------------------------------- xmlhelp/Package_xsl.mk | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 xmlhelp/Package_xml.mk create mode 100644 xmlhelp/Package_xsl.mk (limited to 'xmlhelp') diff --git a/xmlhelp/Module_xmlhelp.mk b/xmlhelp/Module_xmlhelp.mk index aa4dd94fa7e2..6436ac373b4b 100644 --- a/xmlhelp/Module_xmlhelp.mk +++ b/xmlhelp/Module_xmlhelp.mk @@ -30,7 +30,7 @@ $(eval $(call gb_Module_Module,xmlhelp)) $(eval $(call gb_Module_add_targets,xmlhelp,\ Library_tvhlp1 \ Library_ucpchelp1 \ - Package_xml \ + Package_xsl \ Zip_helpxsl \ )) diff --git a/xmlhelp/Package_xml.mk b/xmlhelp/Package_xml.mk deleted file mode 100644 index 91b28d614642..000000000000 --- a/xmlhelp/Package_xml.mk +++ /dev/null @@ -1,35 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_Package_Package,xmlhelp_xml,$(SRCDIR)/xmlhelp/util)) - -$(eval $(call gb_Package_add_file,xmlhelp_xml,bin/embed.xsl,embed.xsl)) -$(eval $(call gb_Package_add_file,xmlhelp_xml,bin/idxcaption.xsl,idxcaption.xsl)) -$(eval $(call gb_Package_add_file,xmlhelp_xml,bin/idxcontent.xsl,idxcontent.xsl)) -$(eval $(call gb_Package_add_file,xmlhelp_xml,bin/main_transform.xsl,main_transform.xsl)) - -# vim: set shiftwidth=4 tabstop=4 noexpandtab: diff --git a/xmlhelp/Package_xsl.mk b/xmlhelp/Package_xsl.mk new file mode 100644 index 000000000000..6a11a4620d92 --- /dev/null +++ b/xmlhelp/Package_xsl.mk @@ -0,0 +1,35 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License or as specified alternatively below. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# Major Contributor(s): +# Copyright (C) 2012 Red Hat, Inc., David Tardon +# (initial developer) +# +# All Rights Reserved. +# +# For minor contributions see the git repository. +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. + +$(eval $(call gb_Package_Package,xmlhelp_xsl,$(SRCDIR)/xmlhelp/util)) + +$(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/embed.xsl,embed.xsl)) +$(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/idxcaption.xsl,idxcaption.xsl)) +$(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/idxcontent.xsl,idxcontent.xsl)) +$(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/main_transform.xsl,main_transform.xsl)) + +# vim: set shiftwidth=4 tabstop=4 noexpandtab: -- cgit