# HG changeset patch # User HIROSE Yuuji # Date 1610102127 -32400 # Node ID 95c066490083b824c06be48811a35680c61937ad # Parent 070e933c7896b265d075a5b735b4d112d9a035d5 s/comp/compressed/ diff -r 070e933c7896 -r 95c066490083 s4-funcs.sh --- a/s4-funcs.sh Fri Jan 08 19:34:27 2021 +0900 +++ b/s4-funcs.sh Fri Jan 08 19:35:27 2021 +0900 @@ -1589,7 +1589,7 @@ [Aa]pplication/[Pp][Dd][Ff]) if [ x"`getpar comppdf`" = x"yes" ]; then if type gs_pdfwrite >/dev/null 2>&1; then - nv=${v%.pdf}-comp.pdf + nv=${v%.pdf}-compressed.pdf err Calling gs from $v to $nv if gs_pdfwrite "$tmpd/$v" "$tmpd/$nv"; then err "PDF compressed: `ls -lF $tmpd/*.pdf`"