diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-11-03 20:45:21 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-04 02:53:34 -0600 |
commit | b36fb485d468ddf97076e55ad937caa6331298c0 (patch) | |
tree | 67cdaecbccdb001f30b1207d77b9ba4604f3bc24 /external/xsltml/UnpackedTarball_xsltml.mk | |
parent | 112c60b48463e30e930c0856ebf37461697a0863 (diff) |
fdo#70393: move xsltml to a subdir of external
Change-Id: I2d244cc2ea9390f3a118bb620d397faa59e4e491
Reviewed-on: https://gerrit.libreoffice.org/6555
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/xsltml/UnpackedTarball_xsltml.mk')
-rw-r--r-- | external/xsltml/UnpackedTarball_xsltml.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/external/xsltml/UnpackedTarball_xsltml.mk b/external/xsltml/UnpackedTarball_xsltml.mk new file mode 100644 index 000000000000..743f2a01aa0b --- /dev/null +++ b/external/xsltml/UnpackedTarball_xsltml.mk @@ -0,0 +1,28 @@ +# -*- 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_UnpackedTarball_UnpackedTarball,xsltml)) + +$(eval $(call gb_UnpackedTarball_set_tarball,xsltml,$(XSLTML_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_fix_end_of_line,xsltml,\ + cmarkup.xsl \ + entities.xsl \ + glayout.xsl \ + mmltex.xsl \ + scripts.xsl \ + tables.xsl \ + tokens.xsl \ +)) + +$(eval $(call gb_UnpackedTarball_add_patches,xsltml,\ + external/xsltml/xsltml_2.1.2.patch \ +)) + +# vim: set noet sw=4 ts=4: |