From fb072d40ce1071ca7a6e6f31f1fb10e79788b05b Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 30 Apr 2014 15:36:36 +0300 Subject: [PATCH] run html tidy when makeing final web site build --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9969b841..db750a45 100644 --- a/Makefile +++ b/Makefile @@ -740,7 +740,8 @@ site: dukweb.js jquery-1.11.0.js cp -r site /tmp/ # FIXME .PHONY: dist-site -dist-site: site +dist-site: tidy-site site + # When doing a final dist build, run html tidy rm -rf duktape-site-$(DUK_VERSION_FORMATTED) rm -rf duktape-site-$(DUK_VERSION_FORMATTED).tar* mkdir duktape-site-$(DUK_VERSION_FORMATTED)