Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/3/head
parent
8155faa4ac
commit
7670bdfd6f
@ -1,2 +1,20 @@
|
|||||||
quanta_DATA = fonts.toolbar.tgz forms.toolbar.tgz lists.toolbar.tgz standard.toolbar.tgz tables.toolbar.tgz cfml.toolbar.tgz
|
quanta_DATA = fonts.toolbar.tgz forms.toolbar.tgz lists.toolbar.tgz standard.toolbar.tgz tables.toolbar.tgz cfml.toolbar.tgz
|
||||||
quantadir = ${quanta_datadir}/toolbars/cfml
|
quantadir = ${quanta_datadir}/toolbars/cfml
|
||||||
|
|
||||||
|
fonts.toolbar.tgz: fonts.actions fonts.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
forms.toolbar.tgz: forms.actions forms.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
lists.toolbar.tgz: lists.actions lists.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)
|
||||||
|
|
||||||
|
cfml.toolbar.tgz: cfml.actions cfml.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
quantadir = ${quanta_datadir}/toolbars/css
|
quantadir = ${quanta_datadir}/toolbars/css
|
||||||
quanta_DATA = css.toolbar.tgz
|
quanta_DATA = css.toolbar.tgz
|
||||||
|
|
||||||
|
css.toolbar.tgz: css.actions css.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
@ -1,2 +1,20 @@
|
|||||||
htmltemplatedir = ${quanta_datadir}/toolbars/html
|
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
|
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)
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
schemadir = ${quanta_datadir}/toolbars/schema
|
schemadir = ${quanta_datadir}/toolbars/schema
|
||||||
schema_DATA = attributes.toolbar.tgz complex.toolbar.tgz documentation.toolbar.tgz facets.toolbar.tgz \
|
schema_DATA = attributes.toolbar.tgz complex.toolbar.tgz documentation.toolbar.tgz facets.toolbar.tgz \
|
||||||
misc.toolbar.tgz simple.toolbar.tgz main.toolbar.tgz
|
misc.toolbar.tgz simple.toolbar.tgz main.toolbar.tgz
|
||||||
|
|
||||||
|
attributes.toolbar.tgz: attributes.actions attributes.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
complex.toolbar.tgz: complex.actions complex.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
documentation.toolbar.tgz: documentation.actions documentation.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
facets.toolbar.tgz: facets.actions facets.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
misc.toolbar.tgz: misc.actions misc.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
simple.toolbar.tgz: simple.actions simple.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
main.toolbar.tgz: main.actions main.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
tagxmldir = ${quanta_datadir}/toolbars/tagxml
|
tagxmldir = ${quanta_datadir}/toolbars/tagxml
|
||||||
tagxml_DATA = tagxml.toolbar.tgz
|
tagxml_DATA = tagxml.toolbar.tgz
|
||||||
|
|
||||||
|
tagxml.toolbar.tgz: tagxml.actions tagxml.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
@ -1,2 +1,20 @@
|
|||||||
wmldir = ${quanta_datadir}/toolbars/wml-1-2
|
wmldir = ${quanta_datadir}/toolbars/wml-1-2
|
||||||
wml_DATA = deck.toolbar.tgz forms.toolbar.tgz misc.toolbar.tgz table.toolbar.tgz tasks.toolbar.tgz text.toolbar.tgz
|
wml_DATA = deck.toolbar.tgz forms.toolbar.tgz misc.toolbar.tgz table.toolbar.tgz tasks.toolbar.tgz text.toolbar.tgz
|
||||||
|
|
||||||
|
deck.toolbar.tgz: deck.actions deck.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
forms.toolbar.tgz: forms.actions forms.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
misc.toolbar.tgz: misc.actions misc.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
table.toolbar.tgz: table.actions table.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
tasks.toolbar.tgz: tasks.actions tasks.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
|
||||||
|
text.toolbar.tgz: text.actions text.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
toolbarxmldir = ${quanta_datadir}/toolbars/xml
|
toolbarxmldir = ${quanta_datadir}/toolbars/xml
|
||||||
toolbarxml_DATA = fonts.toolbar.tgz
|
toolbarxml_DATA = fonts.toolbar.tgz
|
||||||
|
|
||||||
|
fonts.toolbar.tgz: fonts.actions fonts.toolbar
|
||||||
|
tar cfz $@ -C $(<D) $(^F)
|
||||||
|
Loading…
Reference in new issue