From ad461b0686019f7bdc929ddd75baf6192906f709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 25 Dec 2021 17:18:17 -0500 Subject: [PATCH] [Makefile.example]: fix validate --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index 096bbf8..36ec46f 100644 --- a/Makefile.example +++ b/Makefile.example @@ -113,6 +113,6 @@ ftp_upload: publish lftp ftp://$(FTP_USER)@$(FTP_HOST) -e "mirror -R $(OUTPUTDIR) $(FTP_TARGET_DIR) ; quit" validate: publish - html5validator --root $(OUTPUTDIR) || html5validator -l --root $(OUTPUTDIR) + html5validator --root $(OUTPUTDIRTUX) || html5validator -l --root $(OUTPUTDIRTUX) .PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload ftp_upload