aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-25 17:18:17 -0500
committerJesús <heckyel@hyperbola.info>2021-12-25 17:18:17 -0500
commitad461b0686019f7bdc929ddd75baf6192906f709 (patch)
tree3c7980c7a8a3903a5bbab32e967db36f17328c7b
parentaf55bf0921e707821aa29e003dd6b4fc3ff1ac11 (diff)
downloadcl-ad461b0686019f7bdc929ddd75baf6192906f709.tar.lz
cl-ad461b0686019f7bdc929ddd75baf6192906f709.tar.xz
cl-ad461b0686019f7bdc929ddd75baf6192906f709.zip
[Makefile.example]: fix validate
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
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