]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
mirrors: Catch any other SSL errors
[ipfire.org.git] / Makefile.am
index 3b29eb03754e6b2d581a05706ffacf5b639e8580..ef2256fc8e866cdf91a223df6d601714dc3f3e4e 100644 (file)
@@ -64,6 +64,7 @@ backend_PYTHON = \
        src/backend/misc.py \
        src/backend/netboot.py \
        src/backend/nopaste.py \
+       src/backend/ratelimit.py \
        src/backend/releases.py \
        src/backend/settings.py \
        src/backend/talk.py \
@@ -110,6 +111,7 @@ templatesdir = $(datadir)/templates
 
 templates_auth_DATA = \
        src/templates/auth/activate.html \
+       src/templates/auth/activated.html \
        src/templates/auth/login.html \
        src/templates/auth/register.html \
        src/templates/auth/register-success.html
@@ -1006,7 +1008,9 @@ src/static/favicon.ico: src/static/img/ipfire-tux.png Makefile
 src/static/img/apple-touch-icon-%-precomposed.png: src/static/img/ipfire-tux.png Makefile
        $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
        $(CONVERT) -background none -flatten -density 1200 -bordercolor none -border 5%x5% \
-               -resize $(patsubst src/static/img/apple-touch-icon-%-precomposed.png,%,$@) $< $@
+               -resize $(patsubst src/static/img/apple-touch-icon-%-precomposed.png,%,$@) -gravity center \
+               -extent $(patsubst src/static/img/apple-touch-icon-%-precomposed.png,%,$@)x$(patsubst src/static/img/apple-touch-icon-%-precomposed.png,%,$@) \
+               $< $@
 
 # Docker
 .PHONY: docker