How do people configure kile to work with biblatex? I have two bibliographies
\begin{refsection}
...
\end{refsection}
\begin{refsection}
...
\end{refsection}
and to get this to compile I need to run at least
pdflatex file
bibtex file1-blx
bibtex file2-blx
pdflatex file
Can this be made automatic in kile?
(I am on ubuntu.)
EDIT: Herbert gives a method using biber which works. However it is a pain to get the latest biber and biblatex in ubuntu as I mention in the comments. However, his method also suggests that a similar custom build option for kile could be made to work for biblatex+bibtex too which would enable you to keep the ubuntu version of texlive.

