X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=html%2FMakefile;h=7908172cb238959059d6c8568f55c99b60cf0faa;hb=b8d3e83b2e223ac016e1d778e582d64c5d4b7801;hp=b90ace836557988ad4e0cd52fb20a2cacbca3bca;hpb=67b97e55d95a26cfbc551c7f87fc233fb00bb7e2;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/html/Makefile b/html/Makefile index b90ace8..7908172 100644 --- a/html/Makefile +++ b/html/Makefile @@ -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