summaryrefslogtreecommitdiff
path: root/extras/source/templates/wizard/desktop/lang/makefile.mk
diff options
context:
space:
mode:
authorIstvan Turi <turipista@freemail.hu>2012-08-16 17:38:03 +0200
committerAndras Timar <atimar@suse.com>2012-08-16 17:45:36 +0200
commit1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889 (patch)
tree655598252c1ae8d147b274bafb917a83b8d235ef /extras/source/templates/wizard/desktop/lang/makefile.mk
parentcecff561687865359a695f1cf6ecb99300ce121b (diff)
idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)
idxexample.odt will be localized through the standard l10n framework, i.e. with use of .po files, because now strings are read from resources. html.stw is language independent now, defaults for different scripts are handled in the code. Change-Id: Ie20cafc6191721a959b33e2559b9866e3762a146
Diffstat (limited to 'extras/source/templates/wizard/desktop/lang/makefile.mk')
-rw-r--r--extras/source/templates/wizard/desktop/lang/makefile.mk38
1 files changed, 0 insertions, 38 deletions
diff --git a/extras/source/templates/wizard/desktop/lang/makefile.mk b/extras/source/templates/wizard/desktop/lang/makefile.mk
deleted file mode 100644
index 7feb32664f4e..000000000000
--- a/extras/source/templates/wizard/desktop/lang/makefile.mk
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# 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/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-PRJ=..$/..$/..$/..$/..
-
-
-
-PRJNAME=extras
-TARGET=templateswizarddesktop
-
-.INCLUDE : settings.mk
-
-.INCLUDE : $(PRJ)$/util$/target.pmk
-
-
-
-ZIP1TARGET = $(TEMPLATE_WIZARD_DESKTOP_TARGET)
-
-ZIP1LIST = $(LANGDIR)$/*
-
-
-
-.INCLUDE : target.mk
-