]> git.sur5r.net Git - glabels/blob - templates/Makefile.am
Reconciled label database with 2.2 branch
[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-2.3.dtd
7
8 templatesdir = $(datadir)/$(LIBGLABELS_BRANCH)/templates
9
10 templates_DATA = \
11         paper-sizes.xml \
12         categories.xml \
13         vendors.xml \
14         avery-us-templates.xml \
15         avery-iso-templates.xml \
16         avery-other-templates.xml \
17         brother-other-templates.xml \
18         dymo-other-templates.xml \
19         maco-us-templates.xml \
20         misc-us-templates.xml \
21         misc-iso-templates.xml \
22         misc-other-templates.xml \
23         pearl-iso-templates.xml \
24         uline-us-templates.xml \
25         worldlabel-us-templates.xml \
26         zweckform-iso-templates.xml
27
28 EXTRA_DIST = $(templates_DATA) $(dtd_DATA)
29
30