From 4353efc02421ca8785b9ffb8b8a0af1495fadc54 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 11 Oct 2025 12:32:03 -0500 Subject: [PATCH] Makefile: set validate as a profile-html dependency, --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52034319c..966229235 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ validate: tmpdir version $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml @echo "Validation complete." -profile-html: +profile-html: validate @echo "Generating profiled XML for XHTML..." $(Q)xsltproc --nonet \ --stringparam profile.condition html \