diff --git a/manual/frontpage/frontpage.tex b/manual/frontpage/frontpage.tex index ae595ae195..f223159709 100644 --- a/manual/frontpage/frontpage.tex +++ b/manual/frontpage/frontpage.tex @@ -1,7 +1,8 @@ \thispagestyle{empty} \vspace*{0.3cm} \begin{center} -\includegraphics[width=10cm]{frontpage/rockboxlogo3.pdf}\\ +\ifpdfoutput{\includegraphics[width=10cm]{frontpage/rockboxlogo3.pdf}} +{\includegraphics{frontpage/rockbox-web.png}}\\ \vspace{2cm} \huge{The Rockbox Manual\\for\\\playername}\vspace{1cm}\\ diff --git a/manual/frontpage/rockbox-web.png b/manual/frontpage/rockbox-web.png new file mode 100644 index 0000000000..84d940abe9 Binary files /dev/null and b/manual/frontpage/rockbox-web.png differ