Package: rubber
Version: 1.0-1
Severity: normal
Hello. Let main.tex be the following file:
--
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\noindent
\includegraphics{samplebmp.bmp}\\
\includegraphics{samplegif.eps}\\
\includegraphics{samplejpg.eps}
\end{document}
--
Then, use rubber:
--
$ \ls
main.tex
samplebmp.bmp
samplegif.gif
samplejpg.jpg
$ rubber main
converting samplebmp.bmp into samplebmp.eps...
converting samplejpg.jpg into samplejpg.eps...
converting samplegif.gif into samplegif.eps...
compiling main.tex...
$ rubber --clean main
$ ls
main.tex
samplebmp.bmp samplebmp.eps
samplegif.gif samplegif.eps
samplejpg.jpg
--
This shows that, in /usr/share/rubber/rules.ini, the rule
convert-bmp-vec is not correctly cleaned, while convert-lossy-vec is.
But I cant't see why.
Anyway, thank you for replacing lots of painfully handwrited Makefile...
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.9.050419
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages rubber depends on:
ii python 2.3.5-3 An interactive high-level object-o
ii tetex-bin 2.0.2-31 The teTeX binary files
rubber recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]