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