When I use rubber --pdf test.tex && rubber --clean text.tex, I get test.pdf with nothing else in the working directory than test.tex.
But when I use rubber --pdf --clean text.tex, than I get nothing but the text.tex.
How can I fix this behaviour?
Consider this as my test.tex:
% rubber: set program xelatex
\documentclass[11pt]{article}
%Gummi|065|=)
\title{\textbf{Welcome to Gummi 0.6.5}}
\author{Alexander van der Mey\\
Wei-Ning Huang\\
Dion Timmermann}
\date{}
\begin{document}
\maketitle
\section{Before you start}
You are now using Gummi 0.6.5. Many new exciting features have been added to the 0.6 series. The document editor is now a tabbed instance, allowing multiple documents to be worked on simultaneously. Using the new projects menu, you can group files together for easy access.
Support for two high-level {\LaTeX} building systems, \emph{rubber}\footnote{https://launchpad.net/rubber/} \& \emph{latexmk}\footnote{http://www.phys.psu.edu/{\textasciitilde}collins/software/latexmk-jcc/} has been added to this release as well. Your preferred typesetter can be configured through the Compilation tab in the Preferences menu. Typesetters that are not installed on your system will not be selectable.
Added for your viewing convenience is a continuous preview mode for the PDF. This mode is enabled by default, but can also be disabled through the \emph{(View $\rightarrow$ Page layout in preview)} menu. Complementary to this feature is SyncTeX integration, which allows you to synchronize the position in your editor with the PDF preview.
\section{Feedback}
We hope you will enjoy using this release as much as we enjoyed creating it. If you have comments, suggestions or wish to report an issue you are experiencing - contact us at: \emph{http://gummi.midnightcoding.org}.
\section{One more thing}
If you are wondering where your old default text is; it has been stored as a template. The template menu can be used to access and restore it.
\end{document}
TeXandPDFoutput with--cleanrather than staying with theTeXfile only. – Til Hund Jan 10 '16 at 10:52rubberto get the behaviour I am speaking about? Or is it just me asking for weird stuff? I meancleandeletes the PDF only in combination withpdf, which I believe is a bit counter intuitive. – Til Hund Jan 10 '16 at 12:44