aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6e35ef8c3..79e897c7a 100644
--- a/Makefile
+++ b/Makefile
@@ -25,12 +25,12 @@ lfs:
*.html
for filename in `find $(BASEDIR) -name "*.html"`; do \
- sh obfuscate.sh $$filename; \
+ tidy -config tidy.conf $$filename; \
+ true; \
done;
for filename in `find $(BASEDIR) -name "*.html"`; do \
- tidy -config tidy.conf $$filename; \
- true; \
+ sh obfuscate.sh $$filename; \
done;
for filename in `find $(BASEDIR) -name "*.html"`; do \