s4

changeset 918:95c066490083

s/comp/compressed/
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 08 Jan 2021 19:35:27 +0900
parents 070e933c7896
children 27edbd91022c
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Fri Jan 08 19:34:27 2021 +0900
     1.2 +++ b/s4-funcs.sh	Fri Jan 08 19:35:27 2021 +0900
     1.3 @@ -1589,7 +1589,7 @@
     1.4  	      [Aa]pplication/[Pp][Dd][Ff])
     1.5  		if [ x"`getpar comppdf`" = x"yes" ]; then
     1.6  		  if type gs_pdfwrite >/dev/null 2>&1; then
     1.7 -		    nv=${v%.pdf}-comp.pdf
     1.8 +		    nv=${v%.pdf}-compressed.pdf
     1.9  		    err Calling gs from $v to $nv
    1.10  		    if gs_pdfwrite "$tmpd/$v" "$tmpd/$nv"; then
    1.11  		      err "PDF compressed: `ls -lF $tmpd/*.pdf`"