Makefile: set validate as a profile-html dependency,

This commit is contained in:
Bruce Dubbs
2025-10-11 12:32:03 -05:00
parent e04a5377d2
commit 4353efc024

View File

@@ -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 \