summaryrefslogtreecommitdiff
path: root/xsltml
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-24 14:41:30 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-24 17:56:05 +0200
commitc801ab3676e3a17dc471dfebc685a5a603586d67 (patch)
tree9e3c3b8b8a23549e635286492ab0019183ab3506 /xsltml
parentb96913f2ec75687eb055e17db5c979660216914a (diff)
xsltml: remove ExternalPackage, use files from WORKDIR
Change-Id: Ib2ca7cbf15fd374fd822fa096e0e3f3502598245
Diffstat (limited to 'xsltml')
-rw-r--r--xsltml/ExternalPackage_xsltml.mk22
-rw-r--r--xsltml/Module_xsltml.mk1
2 files changed, 0 insertions, 23 deletions
diff --git a/xsltml/ExternalPackage_xsltml.mk b/xsltml/ExternalPackage_xsltml.mk
deleted file mode 100644
index bac40f1bb774..000000000000
--- a/xsltml/ExternalPackage_xsltml.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- 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_ExternalPackage_ExternalPackage,xsltml_xsl,xsltml))
-
-$(eval $(call gb_ExternalPackage_add_unpacked_files,xsltml_xsl,bin/xslt/export/xsltml,\
- entities.xsl \
- glayout.xsl \
- mmltex.xsl \
- cmarkup.xsl \
- scripts.xsl \
- tables.xsl \
- tokens.xsl \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/xsltml/Module_xsltml.mk b/xsltml/Module_xsltml.mk
index 2f2bd1279530..09877a7e7750 100644
--- a/xsltml/Module_xsltml.mk
+++ b/xsltml/Module_xsltml.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,xsltml))
ifeq ($(ENABLE_MEDIAWIKI),TRUE)
$(eval $(call gb_Module_add_targets,xsltml,\
- ExternalPackage_xsltml \
UnpackedTarball_xsltml \
))