diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-22 17:33:39 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-22 23:27:34 +0200 |
commit | 091c1b6fc5cb6b3c87c8e3c0fdec1f6974da10cf (patch) | |
tree | 0cf669a2c5ffb97b6e20a5ea33c4fd6690e7276a /xmlhelp/Package_xsl.mk | |
parent | 8c49149d32bed916fb840eb3e61dfce0648c830d (diff) |
more old module-description xml files
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
Diffstat (limited to 'xmlhelp/Package_xsl.mk')
-rw-r--r-- | xmlhelp/Package_xsl.mk | 35 |
1 files changed, 35 insertions, 0 deletions
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 <dtardon@redhat.com> +# (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: |