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