aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prep-manual.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prep-manual.sh b/scripts/prep-manual.sh
index 130d2d736..11760306e 100755
--- a/scripts/prep-manual.sh
+++ b/scripts/prep-manual.sh
@@ -3,5 +3,6 @@ cat $1 | \
sed -e '1,/title/d;/<\/head>/,/<body/d;/<\/body/,/<\/html/d' | \
sed -e '/^@media/,/^}/d' | \
sed -e 's/src="images/src="\/images/g' | \
+ sed -e 's/src="\.\/images/src="\/images/g' | \
sed -e 's/src="mobile-images/src="\/mobile-images/g' | \
html-minifier --collapse-whitespace --keep-closing-slash --minify-js --minify-css > $1.wp