]> git.sur5r.net Git - glabels/blob - data/templates/Makefile.am
Imported Upstream version 2.2.8
[glabels] / data / templates / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 templatesdir = $(datadir)/glabels/templates
4
5 templates_DATA = \
6         paper-sizes.xml \
7         categories.xml \
8         avery-iso-templates.xml \
9         avery-other-templates.xml \
10         avery-us-templates.xml \
11         brother-other-templates.xml \
12         dymo-other-templates.xml \
13         misc-iso-templates.xml \
14         misc-other-templates.xml \
15         misc-us-templates.xml \
16         pearl-templates.xml \
17         zweckform-iso-templates.xml
18
19 EXTRA_DIST = $(templates_DATA)
20