Run clean by default
parent
8ef0df096f
commit
9a1b4be82d
4
Makefile
4
Makefile
|
@ -6,7 +6,7 @@ SCSS_DIR=$(RES_DIR)/scss
|
||||||
DIST_DIR=$(RES_DIR)/dist
|
DIST_DIR=$(RES_DIR)/dist
|
||||||
INSTALL_DIR=$(DESTDIR)/usr/share/themes/Ozon
|
INSTALL_DIR=$(DESTDIR)/usr/share/themes/Ozon
|
||||||
|
|
||||||
all: gresource
|
all: clean gresource
|
||||||
|
|
||||||
css:
|
css:
|
||||||
$(SASS) --update $(SASSFLAGS) $(SCSS_DIR):$(DIST_DIR)
|
$(SASS) --update $(SASSFLAGS) $(SCSS_DIR):$(DIST_DIR)
|
||||||
|
@ -14,7 +14,7 @@ css:
|
||||||
gresource: css
|
gresource: css
|
||||||
$(GLIB_COMPILE_RESOURCES) --sourcedir=$(RES_DIR) $(RES_DIR)/gtk.gresource.xml
|
$(GLIB_COMPILE_RESOURCES) --sourcedir=$(RES_DIR) $(RES_DIR)/gtk.gresource.xml
|
||||||
|
|
||||||
watch:
|
watch: clean
|
||||||
while true; do \
|
while true; do \
|
||||||
make gresource; \
|
make gresource; \
|
||||||
inotifywait @gtk.gresource -qr -e modify -e create -e delete $(RES_DIR); \
|
inotifywait @gtk.gresource -qr -e modify -e create -e delete $(RES_DIR); \
|
||||||
|
|
|
@ -39,8 +39,6 @@
|
||||||
<file preprocess='to-pixdata'>assets/radio-unchecked-insensitive.png</file>
|
<file preprocess='to-pixdata'>assets/radio-unchecked-insensitive.png</file>
|
||||||
<file preprocess='to-pixdata'>assets/radio-unchecked.png</file>
|
<file preprocess='to-pixdata'>assets/radio-unchecked.png</file>
|
||||||
<file>dist/gtk.css</file>
|
<file>dist/gtk.css</file>
|
||||||
<file>dist/gtk.css.map</file>
|
|
||||||
<file>dist/gtk-dark.css</file>
|
<file>dist/gtk-dark.css</file>
|
||||||
<file>dist/gtk-dark.css.map</file>
|
|
||||||
</gresource>
|
</gresource>
|
||||||
</gresources>
|
</gresources>
|
||||||
|
|
Loading…
Reference in New Issue