diff options
Diffstat (limited to 'kword/templates/CardsAndLabels/Makefile.am')
-rw-r--r-- | kword/templates/CardsAndLabels/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kword/templates/CardsAndLabels/Makefile.am b/kword/templates/CardsAndLabels/Makefile.am new file mode 100644 index 00000000..d64fdfb1 --- /dev/null +++ b/kword/templates/CardsAndLabels/Makefile.am @@ -0,0 +1,11 @@ +templatesubdir = CardsAndLabels + +templates_DATA = .directory BusinessCards10.desktop LabelsL16.desktop +templatesdir = $(kde_datadir)/kword/templates/$(templatesubdir) + +templatesrc_DATA = BusinessCards10.kwt LabelsL16.kwt +templatesrcdir = $(kde_datadir)/kword/templates/$(templatesubdir)/.source + +kworddir = $(kde_datadir)/kword/icons +kword_ICON = AUTO + |