X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=templates%2FMakefile.am;fp=templates%2FMakefile.am;h=c14ece9480cce138f0938b70f0469dd3890eb4a0;hb=db2403f05e4bd16e08346e4896e8feead63d0b12;hp=0000000000000000000000000000000000000000;hpb=9971dd3e6268224ee930a26fdb30f22395406233;p=glabels diff --git a/templates/Makefile.am b/templates/Makefile.am new file mode 100644 index 00000000..c14ece94 --- /dev/null +++ b/templates/Makefile.am @@ -0,0 +1,39 @@ +## Process this file with automake to produce Makefile.in + +dtddir = $(datadir)/$(LIBGLABELS_BRANCH)/dtd + +dtd_DATA = \ + glabels-3.0.dtd + +templatesdir = $(datadir)/$(LIBGLABELS_BRANCH)/templates + +templates_DATA = \ + paper-sizes.xml \ + categories.xml \ + vendors.xml \ + ascom-iso-templates.xml \ + avery-us-templates.xml \ + avery-iso-templates.xml \ + avery-other-templates.xml \ + brother-other-templates.xml \ + databecker-iso-templates.xml \ + dataline-iso-templates.xml \ + decadry-iso-templates.xml \ + dymo-other-templates.xml \ + geha-iso-templates.xml \ + hama-iso-templates.xml \ + herma-iso-templates.xml \ + jac-iso-templates.xml \ + maco-us-templates.xml \ + meritline-us-templates.xml \ + misc-us-templates.xml \ + misc-iso-templates.xml \ + misc-other-templates.xml \ + pearl-iso-templates.xml \ + uline-us-templates.xml \ + worldlabel-us-templates.xml \ + zweckform-iso-templates.xml + +EXTRA_DIST = $(templates_DATA) $(dtd_DATA) + +