Run clean by default

pull/242/head
Satyajit Sahoo 2015-08-07 01:56:02 +05:30
parent 8ef0df096f
commit 9a1b4be82d
2 changed files with 2 additions and 4 deletions

View File

@ -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); \

View File

@ -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>