diff options
author | David Tardon <dtardon@redhat.com> | 2012-07-15 11:38:07 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-07-17 14:06:52 +0200 |
commit | 4b592ce754e578a347490341caecc1bc45f67242 (patch) | |
tree | a25dce68615e277f12827d061e79da086522cf15 /l10ntools/Package_ulfconv.mk | |
parent | 4fea92fe5389ba4de593f5e991870cf595b516e1 (diff) |
move ulfconv to l10ntools
This allows us to drop dependency on setup_native everywhere.
Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
Diffstat (limited to 'l10ntools/Package_ulfconv.mk')
-rw-r--r-- | l10ntools/Package_ulfconv.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/l10ntools/Package_ulfconv.mk b/l10ntools/Package_ulfconv.mk new file mode 100644 index 000000000000..41337b26cb6e --- /dev/null +++ b/l10ntools/Package_ulfconv.mk @@ -0,0 +1,14 @@ +# -*- 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_Package_Package,l10ntools_ulfconv,$(SRCDIR)/l10ntools/source/ulfconv)) + +$(eval $(call gb_Package_add_file,l10ntools_ulfconv,bin/msi-encodinglist.txt,msi-encodinglist.txt)) + +# vim: set noet sw=4 ts=4: |