summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/html5/Makefile.am
blob: 353c7dad2e2034c3bd87bf8c64e18f2ad052ca9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
htmltemplatedir = ${quanta_datadir}/toolbars/html5
htmltemplate_DATA = base.toolbar.tgz meta.toolbar.tgz style.toolbar.tgz tools.toolbar.tgz

base.toolbar.tgz: base.actions base.toolbar
	tar cfz $@ -C $(<D) $(^F)

meta.toolbar.tgz: meta.actions meta.toolbar
	tar cfz $@ -C $(<D) $(^F)

style.toolbar.tgz: style.actions style.toolbar
	tar cfz $@ -C $(<D) $(^F)

tools.toolbar.tgz: tools.actions tools.toolbar
	tar cfz $@ -C $(<D) $(^F)