]> git.sur5r.net Git - glabels/blob - templates/Makefile.am
Rename glabels data directory to support parallel installation.
[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         uline-us-templates.xml \
24         worldlabel-us-templates.xml \
25         zweckform-iso-templates.xml
26
27 EXTRA_DIST = $(templates_DATA) $(dtd_DATA)
28
29