1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_AllLangZip_AllLangZip
,accessoriestemplatesnonfreefinance
,$(call gb_UnpackedTarball_get_dir
,templates-pack
)/templates-nonfree
/finance
/lang
))
12 $(eval
$(call gb_AllLangZip_add_dependencies
,accessoriestemplatesnonfreefinance
,\
13 $(call gb_UnpackedTarball_get_target
,templates-pack
) \
16 $(eval
$(call gb_AllLangZip_add_files
,accessoriestemplatesnonfreefinance
,\
17 cs
/dummy_templates-nonfree.txt \
18 de
/dummy_templates-nonfree.txt \
19 en-US
/24_Month_Sales_Forecast.ots \
20 en-US
/Balance_Sheet.ots \
21 en-US
/Break-Even_Analysis.ots \
22 en-US
/business_plan_calc.ots \
23 en-US
/Capital_Budget_Analysis.ots \
24 en-US
/Corporate_Earnings_Analysis.ots \
25 en-US
/Five_Year_Projections.ots \
26 en-US
/Income_Statement.ots \
27 en-US
/job_bid_calc.ots \
28 en-US
/marketing_plan_calc.ots \
29 en-US
/Pro-Forma_Balance_Sheet.ots \
30 en-US
/Pro-Forma_Income_Statement.ots \
31 en-US
/Quarterly_Marketing_Budget.ots \
32 es
/dummy_templates-nonfree.txt \
33 fi
/dummy_templates-nonfree.txt \
34 fr
/dummy_templates-nonfree.txt \
35 hu
/dummy_templates-nonfree.txt \
36 it
/dummy_templates-nonfree.txt \
37 ja
/dummy_templates-nonfree.txt \
38 ka
/dummy_templates-nonfree.txt \
39 nl
/dummy_templates-nonfree.txt \
40 pl
/dummy_templates-nonfree.txt \
41 pt-BR
/dummy_templates-nonfree.txt \
42 sv
/dummy_templates-nonfree.txt \
43 tr
/dummy_templates-nonfree.txt \
44 zh-CN
/dummy_templates-nonfree.txt \
47 # vim: set noet sw=4 ts=4: