aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 625612e4d..6e35ef8c3 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,10 @@ lfs:
*.html
for filename in `find $(BASEDIR) -name "*.html"`; do \
+ sh obfuscate.sh $$filename; \
+ done;
+
+ for filename in `find $(BASEDIR) -name "*.html"`; do \
tidy -config tidy.conf $$filename; \
true; \
done;
@@ -56,6 +60,8 @@ nochunks:
--output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
stylesheets/lfs-nochunks.xsl index.xml
+ sh obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT)
+
tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
sed -i -e "s@text/html@application/xhtml+xml@g" \