office-gobmx/xmlhelp/Package_helpxsl.mk
Julien Nabet 2c04d86f69 fdo#63197: convert helpxsl
Change-Id: Icd436733b47d7883209fe73dc1d0099dc87db089
Reviewed-on: https://gerrit.libreoffice.org/3649
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-28 14:31:57 +00:00

20 lines
628 B
Makefile

# -*- 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_Package_Package,xmlhelp_helpxsl,$(SRCDIR)/xmlhelp/util))
$(eval $(call gb_Package_set_outdir,xmlhelp_helpxsl,$(INSTDIR)))
$(eval $(call gb_Package_add_files,xmlhelp_helpxsl,help,\
idxcaption.xsl \
idxcontent.xsl \
main_transform.xsl \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: