mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Run clean by default
This commit is contained in:
@@ -6,7 +6,7 @@ SCSS_DIR=$(RES_DIR)/scss
|
||||
DIST_DIR=$(RES_DIR)/dist
|
||||
INSTALL_DIR=$(DESTDIR)/usr/share/themes/Ozon
|
||||
|
||||
all: gresource
|
||||
all: clean gresource
|
||||
|
||||
css:
|
||||
$(SASS) --update $(SASSFLAGS) $(SCSS_DIR):$(DIST_DIR)
|
||||
@@ -14,7 +14,7 @@ css:
|
||||
gresource: css
|
||||
$(GLIB_COMPILE_RESOURCES) --sourcedir=$(RES_DIR) $(RES_DIR)/gtk.gresource.xml
|
||||
|
||||
watch:
|
||||
watch: clean
|
||||
while true; do \
|
||||
make gresource; \
|
||||
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.png</file>
|
||||
<file>dist/gtk.css</file>
|
||||
<file>dist/gtk.css.map</file>
|
||||
<file>dist/gtk-dark.css</file>
|
||||
<file>dist/gtk-dark.css.map</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
|
||||
Reference in New Issue
Block a user