From 03a4531673f550f5cc936fddfe4ebe75d273dd45 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Tue, 7 May 2013 10:02:48 +0000 Subject: [PATCH] - Work around overflowing images --- share/mk/doc.docbook.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/mk/doc.docbook.mk b/share/mk/doc.docbook.mk index b75acc5388..30a38db86e 100644 --- a/share/mk/doc.docbook.mk +++ b/share/mk/doc.docbook.mk @@ -453,6 +453,9 @@ ${DOC}.tex: ${SRCS} ${LOCAL_IMAGES_EPS} ${PRINT_INDEX} \ ${DOC}.parsed.xml ${JADE} -V tex-backend ${PRINTOPTS} \ ${JADEOPTS} -t tex -o ${.TARGET} ${XMLDECL} ${DOC}.parsed.xml + ${SED} -i '' -e 's|{1}\\def\\ScaleY%|{0.5}\\def\\ScaleY%|g' \ + -e 's|{1}\\def\\EntitySystemId%|{0.5}\\def\\EntitySystemId%|g' \ + ${.TARGET} .if !target(${DOC}.dvi) ${DOC}.dvi: ${DOC}.tex ${LOCAL_IMAGES_EPS}