diff -urNp xmlto-0.0.21-orig/xmlto.in xmlto-0.0.21/xmlto.in --- xmlto-0.0.21-orig/xmlto.in 2009-01-28 12:32:29.000000000 +0100 +++ xmlto-0.0.21/xmlto.in 2009-01-28 12:35:10.000000000 +0100 @@ -1,5 +1,5 @@ #!@BASH@ -# +# # @PACKAGE@ - apply an XSL stylesheet to an XML document # Copyright (C) 2001, 2002, 2003 Tim Waugh @@ -106,6 +106,8 @@ then if [ -n "$paperheight" -a -n "$paperwidth" ] then papersizemod=$(${MKTEMP} ${TMPDIR:-/tmp}/@PACKAGE@-xsl.XXXXXX) + CLEANFILES[$CLEANFILE_COUNT]="$papersizemod" + CLEANFILE_COUNT=$(($CLEANFILE_COUNT + 1)) cat << EOF > "$papersizemod"