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