diff --git a/images/icons/.gitignore b/images/icons/.gitignore new file mode 100644 index 0000000..7029905 --- /dev/null +++ b/images/icons/.gitignore @@ -0,0 +1,12 @@ +/admin.png +/alerts.png +/home.png +/login.png +/members.png +/moderate.png +/pm.png +/profile.png +/recent.png +/search.png +/unread_replies.png +/unread.png diff --git a/images/icons/Makefile b/images/icons/Makefile new file mode 100644 index 0000000..d65ed05 --- /dev/null +++ b/images/icons/Makefile @@ -0,0 +1,13 @@ +RSVGCONVERT := $(shell command -v rsvg-convert 2> /dev/null) +OPTIPNG := $(shell command -v optipng 2> /dev/null) + +.PHONY: all png + +all: png + +png: admin.png alerts.png home.png login.png members.png moderate.png pm.png profile.png recent.png search.png unread_replies.png unread.png + +%.png: %.svg + mkdir --parents $(shell dirname $@) + $(RSVGCONVERT) $< --output $@ + $(OPTIPNG) -o7 -quiet $@ diff --git a/images/icons/admin.png b/images/icons/admin.png deleted file mode 100644 index cb09f42..0000000 Binary files a/images/icons/admin.png and /dev/null differ diff --git a/images/icons/admin.svg b/images/icons/admin.svg index 1209e7d..46b0479 100644 --- a/images/icons/admin.svg +++ b/images/icons/admin.svg @@ -55,7 +55,7 @@ id="rect1386-5-6-7-48-3-4" style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.04022;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />