diff options
Diffstat (limited to 'kplato/templates/Simple/Makefile.am')
-rw-r--r-- | kplato/templates/Simple/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kplato/templates/Simple/Makefile.am b/kplato/templates/Simple/Makefile.am new file mode 100644 index 00000000..5cc4b855 --- /dev/null +++ b/kplato/templates/Simple/Makefile.am @@ -0,0 +1,9 @@ +template_DATA = .directory Plain.desktop 8HourDay-40HourWeek.desktop +templatedir = $(kde_datadir)/kplato/templates/Simple + +templatesrc_DATA = Plain.kplatot 8HourDay-40HourWeek.kplatot +templatesrcdir = $(kde_datadir)/kplato/templates/Simple/.source + +kplatoicondir = $(kde_datadir)/kplato/icons +kplatoicon_ICON = AUTO + |