aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b61083d03..d62a9183b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ lfs:
index.html part1.html part2.html part3.html longindex.html
for filename in `find $(BASEDIR) -name "*.html"`; do \
- $TIDY -config tidy.conf $$filename; \
+ $(TIDY) -config tidy.conf $$filename; \
true; \
done;