]> git.sur5r.net Git - glabels/blob - templates/Makefile.am
Updated German translation
[glabels] / templates / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 dtddir = $(datadir)/$(LIBGLABELS_BRANCH)/dtd
4
5 dtd_DATA = \
6         glabels-3.0.dtd
7
8 templatesdir = $(datadir)/$(LIBGLABELS_BRANCH)/templates
9
10 templates_DATA = \
11         paper-sizes.xml \
12         categories.xml \
13         vendors.xml \
14         ascom-iso-templates.xml \
15         avery-us-templates.xml \
16         avery-iso-templates.xml \
17         avery-other-templates.xml \
18         cablelabel-templates.xml \
19         brother-other-templates.xml \
20         canon-other-templates.xml \
21         databecker-iso-templates.xml \
22         dataline-iso-templates.xml      \
23         decadry-iso-templates.xml \
24         desmat-templates.xml \
25         dymo-other-templates.xml \
26         endisch-templates.xml   \
27         geha-iso-templates.xml  \
28         hama-iso-templates.xml  \
29         herma-iso-templates.xml \
30         igepa-templates.xml     \
31         jac-iso-templates.xml \
32         maco-us-templates.xml \
33         meritline-us-templates.xml \
34         microapp-templates.xml  \
35         misc-us-templates.xml \
36         misc-iso-templates.xml \
37         misc-other-templates.xml \
38         pearl-iso-templates.xml \
39         rayfilm-templates.xml   \
40         sheetlabels-us-templates.xml    \
41         uline-us-templates.xml \
42         worldlabel-us-templates.xml \
43         zweckform-iso-templates.xml
44
45 EXTRA_DIST = $(templates_DATA) $(dtd_DATA)
46
47