From b8d3e83b2e223ac016e1d778e582d64c5d4b7801 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 3 Jan 2019 14:56:40 +0100 Subject: [PATCH] html/Makefile: searchform.html also requires domains.tab --- debian/changelog | 6 ++++++ html/Makefile | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 76e352f..8e2fed6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +userdir-ldap-cgi (0.3.43) UNRELEASED; urgency=medium + + * html/Makefile: searchform.html also requires domains.tab + + -- Peter Palfrader Thu, 03 Jan 2019 14:56:18 +0100 + userdir-ldap-cgi (0.3.42) unstable; urgency=medium * Fix typo in html/doc-mail.wml diff --git a/html/Makefile b/html/Makefile index 8a8949d..7908172 100644 --- a/html/Makefile +++ b/html/Makefile @@ -30,6 +30,7 @@ clean: rm -f $(HTMLFILES) update.html :: domains.tab +searchform.html :: domains.tab domains.tab: FORCE isoquery -i 3166 -c | cut -f 1,4 > "$@" -- 2.20.1