summaryrefslogtreecommitdiff
path: root/external/xsltml/Module_xsltml.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-03 20:45:21 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 02:53:34 -0600
commitb36fb485d468ddf97076e55ad937caa6331298c0 (patch)
tree67cdaecbccdb001f30b1207d77b9ba4604f3bc24 /external/xsltml/Module_xsltml.mk
parent112c60b48463e30e930c0856ebf37461697a0863 (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/Module_xsltml.mk')
-rw-r--r--external/xsltml/Module_xsltml.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/external/xsltml/Module_xsltml.mk b/external/xsltml/Module_xsltml.mk
new file mode 100644
index 000000000000..09877a7e7750
--- /dev/null
+++ b/external/xsltml/Module_xsltml.mk
@@ -0,0 +1,20 @@
+# -*- 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_Module_Module,xsltml))
+
+ifeq ($(ENABLE_MEDIAWIKI),TRUE)
+
+$(eval $(call gb_Module_add_targets,xsltml,\
+ UnpackedTarball_xsltml \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: