blob: e50c14527a34d405bacb6d06348b441831e67918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
htmltemplatedir = ${quanta_datadir}/toolbars/html
htmltemplate_DATA = forms.toolbar.tgz lists.toolbar.tgz other.toolbar.tgz standard.toolbar.tgz tables.toolbar.tgz style.toolbar.tgz
forms.toolbar.tgz: forms.actions forms.toolbar
tar cfz $@ -C $(<D) $(^F)
lists.toolbar.tgz: lists.actions lists.toolbar
tar cfz $@ -C $(<D) $(^F)
other.toolbar.tgz: other.actions other.toolbar
tar cfz $@ -C $(<D) $(^F)
standard.toolbar.tgz: standard.actions standard.toolbar
tar cfz $@ -C $(<D) $(^F)
tables.toolbar.tgz: tables.actions tables.toolbar
tar cfz $@ -C $(<D) $(^F)
style.toolbar.tgz: style.actions style.toolbar
tar cfz $@ -C $(<D) $(^F)
|