diff --git a/Makefile b/Makefile index 58b8927..69cac1e 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ ICNS_SIZES := $(filter-out 24 64,$(SIZES)) FLAGS := $(shell ls $(INDIR)) -NORMAL := $(filter-out $(SQUARE) $(NEPAL),$(FLAGS)) SQUARE := $(filter Vatican-City Switzerland,$(FLAGS)) NEPAL := $(filter Nepal,$(FLAGS)) +NORMAL := $(filter-out $(SQUARE) $(NEPAL),$(FLAGS)) PNGCRUSH_OPTIONS ?= -q -brute -rem alla @@ -44,10 +44,8 @@ $3: $1 composite ${OVERLAYDIR}/$6/$7.png $$^ $8; $(copy_png) $8 $$@ @rm -f $8 -# flat iso +# iso $(call copy_file,$4,$2) - -# shiny iso $(call copy_file,$5,$3) FLAG_FILES += $2 $3 $4 $5 @@ -55,20 +53,15 @@ endef define define_icon -# flat normal +# normal $1/flat/$5/$3.$5: $(addsuffix /$3.png,$(addprefix $1/flat/,$6)) - @mkdir -p $$(@D) -ifeq (ico,$5) - convert $$^ $$@ -else - png2icns $$@ $$^ > /dev/null -endif - -# flat iso -$(call copy_file,$2/flat/$5/$4.$5,$1/flat/$5/$3.$5) - -# shiny normal $1/shiny/$5/$3.$5: $(addsuffix /$3.png,$(addprefix $1/shiny/,$6)) + +# iso +$(call copy_file,$2/flat/$5/$4.$5,$1/flat/$5/$3.$5) +$(call copy_file,$2/shiny/$5/$4.$5,$1/shiny/$5/$3.$5) + +$1/flat/$5/$3.$5 $1/shiny/$5/$3.$5: @mkdir -p $$(@D) ifeq (ico,$5) convert $$^ $$@ @@ -76,9 +69,6 @@ else png2icns $$@ $$^ > /dev/null endif -# shiny iso -$(call copy_file,$2/shiny/$5/$4.$5,$1/shiny/$5/$3.$5) - FLAG_FILES += \ $1/flat/$5/$3.$5 \ $2/flat/$5/$4.$5 \ @@ -87,7 +77,6 @@ FLAG_FILES += \ endef define define_flag - $(foreach size,${SIZES},\ $(call process_flag,\ ${INDIR}/$1/$(size).png,\ diff --git a/flags/flags-iso/flat/16/WF.png b/flags/flags-iso/flat/16/WF.png new file mode 100644 index 0000000..922b74e Binary files /dev/null and b/flags/flags-iso/flat/16/WF.png differ diff --git a/flags/flags-iso/flat/24/WF.png b/flags/flags-iso/flat/24/WF.png new file mode 100644 index 0000000..bf2c868 Binary files /dev/null and b/flags/flags-iso/flat/24/WF.png differ diff --git a/flags/flags-iso/flat/32/WF.png b/flags/flags-iso/flat/32/WF.png new file mode 100644 index 0000000..155ab0f Binary files /dev/null and b/flags/flags-iso/flat/32/WF.png differ diff --git a/flags/flags-iso/flat/48/WF.png b/flags/flags-iso/flat/48/WF.png new file mode 100644 index 0000000..6d431c5 Binary files /dev/null and b/flags/flags-iso/flat/48/WF.png differ diff --git a/flags/flags-iso/flat/64/WF.png b/flags/flags-iso/flat/64/WF.png new file mode 100644 index 0000000..0c47a29 Binary files /dev/null and b/flags/flags-iso/flat/64/WF.png differ diff --git a/flags/flags-iso/flat/icns/WF.icns b/flags/flags-iso/flat/icns/WF.icns new file mode 100644 index 0000000..3e92ff0 Binary files /dev/null and b/flags/flags-iso/flat/icns/WF.icns differ diff --git a/flags/flags-iso/flat/ico/WF.ico b/flags/flags-iso/flat/ico/WF.ico new file mode 100644 index 0000000..6b9e9d6 Binary files /dev/null and b/flags/flags-iso/flat/ico/WF.ico differ diff --git a/flags/flags-iso/shiny/16/WF.png b/flags/flags-iso/shiny/16/WF.png new file mode 100644 index 0000000..79bf057 Binary files /dev/null and b/flags/flags-iso/shiny/16/WF.png differ diff --git a/flags/flags-iso/shiny/24/WF.png b/flags/flags-iso/shiny/24/WF.png new file mode 100644 index 0000000..97678d8 Binary files /dev/null and b/flags/flags-iso/shiny/24/WF.png differ diff --git a/flags/flags-iso/shiny/32/WF.png b/flags/flags-iso/shiny/32/WF.png new file mode 100644 index 0000000..cd668bc Binary files /dev/null and b/flags/flags-iso/shiny/32/WF.png differ diff --git a/flags/flags-iso/shiny/48/WF.png b/flags/flags-iso/shiny/48/WF.png new file mode 100644 index 0000000..1e8e5f7 Binary files /dev/null and b/flags/flags-iso/shiny/48/WF.png differ diff --git a/flags/flags-iso/shiny/64/WF.png b/flags/flags-iso/shiny/64/WF.png new file mode 100644 index 0000000..e5806b9 Binary files /dev/null and b/flags/flags-iso/shiny/64/WF.png differ diff --git a/flags/flags-iso/shiny/icns/WF.icns b/flags/flags-iso/shiny/icns/WF.icns new file mode 100644 index 0000000..5a129f7 Binary files /dev/null and b/flags/flags-iso/shiny/icns/WF.icns differ diff --git a/flags/flags-iso/shiny/ico/WF.ico b/flags/flags-iso/shiny/ico/WF.ico new file mode 100644 index 0000000..bb63b1f Binary files /dev/null and b/flags/flags-iso/shiny/ico/WF.ico differ diff --git a/src/flags/Wallis-And-Futuna/code b/src/flags/Wallis-And-Futuna/code new file mode 100644 index 0000000..c99b2aa --- /dev/null +++ b/src/flags/Wallis-And-Futuna/code @@ -0,0 +1 @@ +WF \ No newline at end of file