summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/tls/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/tls/Makefile.am b/web/tls/Makefile.am
index 72b21e1..c18b2af 100644
--- a/web/tls/Makefile.am
+++ b/web/tls/Makefile.am
@@ -18,6 +18,8 @@ tls-result: addresses
now=`date +'%s'`; \
if [ $$(( $$now - $$mod )) -gt $(TLS_AGE) ]; then \
$(top_srcdir)/bin/tls-check < $< > $@; \
+ else \
+ echo "** Skipping TLS build"; \
fi
index.html: tls-result
@@ -31,5 +33,5 @@ install-data-local: index.html
[ -d $(docdir) ] || mkdir $(docdir)
cp cert-*.txt $(docdir)
-uninstall-local: index.html
+uninstall-local:
rm -f $(docdir)/cert-*.txt