summaryrefslogtreecommitdiffstats
path: root/filter/Package_xhtml.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-01 15:29:43 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-01 16:55:41 +0200
commit0822a4c84a0d55bb45d646642b9c24f945d8c1bf (patch)
treebde9de9ee7524c3f0c40dc807d322e03b199b802 /filter/Package_xhtml.mk
parentunoil.jar is not part of URE (diff)
downloadcore-0822a4c84a0d55bb45d646642b9c24f945d8c1bf.tar.gz
core-0822a4c84a0d55bb45d646642b9c24f945d8c1bf.zip
install xslt filters using filelist
Change-Id: Id84765285b1ace19442ec13d7212e4121f77dabd
Diffstat (limited to 'filter/Package_xhtml.mk')
-rw-r--r--filter/Package_xhtml.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/filter/Package_xhtml.mk b/filter/Package_xhtml.mk
new file mode 100644
index 000000000000..39da72b9caea
--- /dev/null
+++ b/filter/Package_xhtml.mk
@@ -0,0 +1,28 @@
+#
+# 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/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+$(eval $(call gb_Package_Package,filter_xhtml,$(SRCDIR)/filter/source/xslt))
+
+$(eval $(call gb_Package_set_outdir,filter_xhtml,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_file,filter_xhtml,share/xslt/export/xhtml/body.xsl,odf2xhtml/export/xhtml/body.xsl))
+$(eval $(call gb_Package_add_file,filter_xhtml,share/xslt/export/xhtml/header.xsl,odf2xhtml/export/xhtml/header.xsl))
+$(eval $(call gb_Package_add_file,filter_xhtml,share/xslt/export/xhtml/opendoc2xhtml.xsl,odf2xhtml/export/xhtml/opendoc2xhtml.xsl))
+$(eval $(call gb_Package_add_file,filter_xhtml,share/xslt/export/xhtml/table.xsl,odf2xhtml/export/xhtml/table.xsl))
+
+# vim: set noet sw=4 ts=4: