You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
435 B
15 lines
435 B
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)
|