summaryrefslogtreecommitdiff
path: root/afms
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 00:52:25 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-10-17 10:35:03 +0000
commit6cef5936a9cf9e004b6940edfaf57493558332b9 (patch)
tree294b2225a9ec1fb1d23098f33c6372fe8a598d9d /afms
parent15be40969c107f073a3fa7f5fd67e8012ffdcbb3 (diff)
fdo#70393: move afms to a subdir of external
Change-Id: I73d7998a9a36d466b4c6d9cac408506a42bceebf Reviewed-on: https://gerrit.libreoffice.org/6280 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'afms')
-rw-r--r--afms/ExternalPackage_fontunxafm.mk48
-rw-r--r--afms/Makefile7
-rw-r--r--afms/Module_afms.mk17
-rw-r--r--afms/README1
-rw-r--r--afms/UnpackedTarball_afms.mk14
5 files changed, 0 insertions, 87 deletions
diff --git a/afms/ExternalPackage_fontunxafm.mk b/afms/ExternalPackage_fontunxafm.mk
deleted file mode 100644
index 936b1af6e709..000000000000
--- a/afms/ExternalPackage_fontunxafm.mk
+++ /dev/null
@@ -1,48 +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,afms_fontunxafm,afms))
-
-$(eval $(call gb_ExternalPackage_set_outdir,afms_fontunxafm,$(INSTROOT)))
-
-$(eval $(call gb_ExternalPackage_add_unpacked_files,afms_fontunxafm,$(LIBO_SHARE_FOLDER)/psprint/fontmetric,\
- Courier-Bold.afm \
- Courier-BoldOblique.afm \
- Courier-Oblique.afm \
- Courier.afm \
- Helvetica-Bold.afm \
- Helvetica-BoldOblique.afm \
- Helvetica-Oblique.afm \
- Helvetica.afm \
- ITCAvantGarde-Book.afm \
- ITCAvantGarde-BookOblique.afm \
- ITCAvantGarde-Demi.afm \
- ITCAvantGarde-DemiOblique.afm \
- ITCBookman-Demi.afm \
- ITCBookman-DemiItalic.afm \
- ITCBookman-Light.afm \
- ITCBookman-LightItalic.afm \
- ITCZapfChancery-MediumItalic.afm \
- NewCenturySchlbk-Bold.afm \
- NewCenturySchlbk-BoldItalic.afm \
- NewCenturySchlbk-Italic.afm \
- NewCenturySchlbk-Roman.afm \
- Palatino-Bold.afm \
- Palatino-BoldItalic.afm \
- Palatino-Italic.afm \
- Palatino-Roman.afm \
- Symbol.afm \
- Times-Bold.afm \
- Times-BoldItalic.afm \
- Times-Italic.afm \
- Times-Roman.afm \
- ZapfDingbats.afm \
-))
-
-# vim: set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/afms/Makefile b/afms/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/afms/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/afms/Module_afms.mk b/afms/Module_afms.mk
deleted file mode 100644
index 5e0c75052272..000000000000
--- a/afms/Module_afms.mk
+++ /dev/null
@@ -1,17 +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_Module_Module,afms))
-
-$(eval $(call gb_Module_add_targets,afms,\
- UnpackedTarball_afms \
- ExternalPackage_fontunxafm \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/afms/README b/afms/README
deleted file mode 100644
index 78be83a38c46..000000000000
--- a/afms/README
+++ /dev/null
@@ -1 +0,0 @@
-External package containing font metrics.
diff --git a/afms/UnpackedTarball_afms.mk b/afms/UnpackedTarball_afms.mk
deleted file mode 100644
index feed2f94853e..000000000000
--- a/afms/UnpackedTarball_afms.mk
+++ /dev/null
@@ -1,14 +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_UnpackedTarball_UnpackedTarball,afms))
-
-$(eval $(call gb_UnpackedTarball_set_tarball,afms,$(AFMS_TARBALL)))
-
-# vim: set noet sw=4 ts=4: