]> git.sur5r.net Git - glabels/blob - templates/Makefile.am
Imported Upstream version 3.2.1
[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         brother-other-templates.xml \
19         canon-other-templates.xml \
20         databecker-iso-templates.xml \
21         dataline-iso-templates.xml      \
22         decadry-iso-templates.xml \
23         desmat-templates.xml \
24         dymo-other-templates.xml \
25         endisch-templates.xml   \
26         geha-iso-templates.xml  \
27         hama-iso-templates.xml  \
28         herma-iso-templates.xml \
29         igepa-templates.xml     \
30         jac-iso-templates.xml \
31         maco-us-templates.xml \
32         meritline-us-templates.xml \
33         microapp-templates.xml  \
34         misc-us-templates.xml \
35         misc-iso-templates.xml \
36         misc-other-templates.xml \
37         pearl-iso-templates.xml \
38         rayfilm-templates.xml   \
39         sheetlabels-us-templates.xml    \
40         uline-us-templates.xml \
41         worldlabel-us-templates.xml \
42         zweckform-iso-templates.xml
43
44 EXTRA_DIST = $(templates_DATA) $(dtd_DATA)
45
46