X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftxinfo-no-clutter.sh;fp=t%2Ftxinfo-no-clutter.sh;h=3dc1a2928c633a1335f6271dac3e27382517699a;hb=b21d68690612214d8edd810acf11880c3c0ad586;hp=3de21b4881842c432c658a1a901a79c1a24db981;hpb=d25fac43a7c239fe8f56b2ce1b87ef3e3d4d7ef0;p=platform%2Fupstream%2Fautomake.git diff --git a/t/txinfo-no-clutter.sh b/t/txinfo-no-clutter.sh index 3de21b4..3dc1a29 100755 --- a/t/txinfo-no-clutter.sh +++ b/t/txinfo-no-clutter.sh @@ -17,7 +17,7 @@ # The pdf, ps and dvi targets shouldn't let clutter in the build directory. # Related to automake bug#11146. -required='makeinfo tex texi2dvi-o dvips' +required='makeinfo tex texi2dvi dvips' . ./defs || exit 1 mkdir sub @@ -93,7 +93,8 @@ for fmt in info pdf ps dvi html all; do $MAKE $fmt ls -l . sub # For debugging. ls -d foo* baz* sub/bar* > lst - $EGREP -v '^(foo|sub/bar|baz)\.(texi|dvi|ps|pdf|html|info)$' lst && exit 1 + $EGREP -v '^(foo|sub/bar|baz)\.(texi|dvi|ps|pdf|html|info|t2[dp])$' \ + lst && exit 1 $MAKE clean done