]> git.sur5r.net Git - glabels/blob - templates/Makefile.am
Organized master branch to be top-level directory for glabels, instead of
[glabels] / templates / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 dtddir = $(datadir)/glabels/dtd
4
5 dtd_DATA = \
6         glabels-2.2.dtd
7
8 templatesdir = $(datadir)/glabels/templates
9
10 templates_DATA = \
11         paper-sizes.xml \
12         categories.xml \
13         avery-us-templates.xml \
14         avery-iso-templates.xml \
15         avery-other-templates.xml \
16         zweckform-iso-templates.xml \
17         brother-other-templates.xml \
18         dymo-other-templates.xml \
19         misc-us-templates.xml \
20         misc-iso-templates.xml \
21         misc-other-templates.xml
22
23 EXTRA_DIST = $(templates_DATA) $(dtd_DATA)
24
25