diff options
Diffstat (limited to 'kspread/templates/HomeFamily/Makefile.am')
-rw-r--r-- | kspread/templates/HomeFamily/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kspread/templates/HomeFamily/Makefile.am b/kspread/templates/HomeFamily/Makefile.am new file mode 100644 index 00000000..78372a09 --- /dev/null +++ b/kspread/templates/HomeFamily/Makefile.am @@ -0,0 +1,9 @@ +template_DATA = .directory BMI.desktop MenuPlan.desktop VacationChecklist.desktop CreditCardTracker.desktop +templatedir = $(kde_datadir)/kspread/templates/HomeFamily + +templatesrc_DATA = BMI.kst MenuPlan.kst VacationChecklist.kst CreditCardTracker.kst +templatesrcdir = $(kde_datadir)/kspread/templates/HomeFamily/.source + +kspreadicondir = $(kde_datadir)/kspread/icons +kspreadicon_ICON = AUTO + |