Now, typing "make zip-file" will create a standard zip-file for each extension, with everything necessary, including translations and GSettings schemas. These files can then be installed with the tweak-tool or uploaded at extensions.gnome.org Based on an earlier patch by Jasper St. Pierre.
15 lines
302 B
Makefile
15 lines
302 B
Makefile
EXTENSION_ID = user-theme
|
|
|
|
include ../../extension.mk
|
|
|
|
gschemas_in = $(gschemabase).user-theme.gschema.xml.in
|
|
|
|
@INTLTOOL_XML_NOMERGE_RULE@
|
|
|
|
gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml)
|
|
|
|
@GSETTINGS_RULES@
|
|
|
|
CLEANFILES += $(gschemas_in:.xml.in=.valid) $(gsettings_SCHEMAS)
|
|
EXTRA_DIST += $(gschemas_in)
|