Remove html/domains.tab from the source as it is autogenerated during build
[mirror/userdir-ldap-cgi.git] / html / Makefile
index b90ace8..8a8949d 100644 (file)
@@ -31,4 +31,8 @@ clean:
 
 update.html :: domains.tab
 
+domains.tab: FORCE
+       isoquery -i 3166 -c | cut -f 1,4 > "$@"
+
 .SUFFIXES:
+.PHONY: FORCE