Include accountname in totp url
[mirror/userdir-ldap-cgi.git] / html / Makefile
index b90ace8..7908172 100644 (file)
@@ -30,5 +30,10 @@ clean:
        rm -f $(HTMLFILES)
 
 update.html :: domains.tab
+searchform.html :: domains.tab
+
+domains.tab: FORCE
+       isoquery -i 3166 -c | cut -f 1,4 > "$@"
 
 .SUFFIXES:
+.PHONY: FORCE