aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 625612e4d..f016e5c92 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,14 @@ nochunks:
sed -i -e "s@text/html@application/xhtml+xml@g" \
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
+ if [ ! -e $(BASEDIR)/images ]; then \
+ mkdir -p $(BASEDIR)/images; \
+ fi;
+ cp $(XSLROOTDIR)/images/*.png \
+ $(BASEDIR)/images
+ cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \
+ *.html
+
validate:
xmllint --noout --nonet --xinclude --postvalid index.xml