Package: rubber Version: 1.4-3 Followup-For: Bug #367890 Hi. In case it helps somenone, with version1.4-3, this does *not* update the .eps:
bla.dia: (a random .dia) doc.tex: \documentclass{article} \usepackage{graphics} \begin{document} Lorem \includegraphics{bla.eps} \end{document} rules.ini: [dia] target = (.*)\.eps source = \1.dia cost = 0 rule = shell command = dia --export $target $source message = converting $source to EPS but this *does* as expected: doc.tex: the same one bla.orig: a random .eps file, but renamed rules:ini: [copy] target = (.*)\.eps source = \1.orig cost = 0 rule = shell command = cp $source $target message = converting $source to EPS