From 8c30c456806ff6d40684a7acf4084f387932db0e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 6 Feb 2024 07:46:58 +0100 Subject: Big update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2