aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-02-06 07:46:58 +0100
committerMattias Andrée <maandree@kth.se>2024-02-06 07:46:58 +0100
commit8c30c456806ff6d40684a7acf4084f387932db0e (patch)
treef534b0560067677c9813e3214f38bbb49523d449 /Makefile
parentAdd some aliases and icons (diff)
downloadsimple-icon-theme-11.tar.gz
simple-icon-theme-11.tar.bz2
simple-icon-theme-11.tar.xz
Big update11
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 35a942b..0b7faea 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,9 @@ include $(CONFIGFILE)
all:
generated.mk: $(CONFIGFILE) icons.mk Makefile
- $(DEVCHECK) ./find-unlisted-icons
- $(DEVCHECK) ./check-icons-listing
+ $(DEVCHECK) check/find-errors
+ $(DEVCHECK) check/find-unlisted-icons
+ $(DEVCHECK) check/check-icons-listing
@test ! -e $@ || chmod -- u+w $@
printf '\043 %s\n' 'This file is generated from Makefile' > $@
printf '\n%1i$$(DIR_SUFFIX)/%%.png: scalable$$(DIR_SUFFIX)/%%.svg conv\n\t./conv $$@\n' $(SIZES) |\
@@ -31,10 +32,10 @@ clean:
# These are just added so autocompletion works with them
all all-fast all-fast-icons install uninstall index.theme conv: generated.mk
- +@$(MAKE) -f make-stage-2.mk $@
+ +@$(MAKE) -f mk/make-stage-2.mk $@
.DEFAULT:
+@$(MAKE) generated.mk
- +@$(MAKE) -f make-stage-2.mk $@
+ +@$(MAKE) -f mk/make-stage-2.mk $@
.PHONY: all all-fast all-fast-icons install uninstall clean