aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Horn2004-02-08 22:52:53 +0000
committerMax Horn2004-02-08 22:52:53 +0000
commit1f8784e5de146803a1d41e048e442c41795b6f55 (patch)
tree9bf6ec09fe7dd44e667b32653b88f7a35c0743a5 /doc
parentebfe44d226be48e28c797e7f1efa3167994635e0 (diff)
downloadscummvm-rg350-1f8784e5de146803a1d41e048e442c41795b6f55.tar.gz
scummvm-rg350-1f8784e5de146803a1d41e048e442c41795b6f55.tar.bz2
scummvm-rg350-1f8784e5de146803a1d41e048e442c41795b6f55.zip
Write URLs using hyperref command, so that they end up as hyperlinks in PDF/HTML
svn-id: r12777
Diffstat (limited to 'doc')
-rw-r--r--doc/05_01.tex2
-rw-r--r--doc/09.tex6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/05_01.tex b/doc/05_01.tex
index ace109921d..149bd1b0d8 100644
--- a/doc/05_01.tex
+++ b/doc/05_01.tex
@@ -54,7 +54,7 @@ line is very important. A short list is contained at the top of this
file. You can also get the current list of games and game names at:
\begin{center}
- http://www.scummvm.org/compatibility.php
+ \url{http://www.scummvm.org/compatibility.php}
\end{center}
Examples:
diff --git a/doc/09.tex b/doc/09.tex
index b31bad3095..ac48eb3a00 100644
--- a/doc/09.tex
+++ b/doc/09.tex
@@ -14,7 +14,7 @@ USE\_MAD. Tools for compressing .SOU files to .SO3 files can be
found in the 'tools' CVS module, or in the 'scummvm-tools' package.
On Win9x/NT/XP you can define USE\_WINDBG and attach WinDbg to browse debug
-messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
+messages (see \url{http://www.sysinternals.com/ntw2k/freeware/debugview.shtml}).
\subsection{GCC}
\begin{itemize}
@@ -39,7 +39,7 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
\subsection{PocketPC Windows CE}
\begin{itemize}
\item Download the SDLAudio library:\\
- http://arisme.free.fr/PocketScumm/sources/SDLAudio-1.2.3-src.zip
+ \url{http://arisme.free.fr/PocketScumm/sources/SDLAudio-1.2.3-src.zip}
\item Open and compile the SDLAudio WCEBuild/WCEBuild workspace in
EVC++
\item Open the ScummVM wince/PocketScumm workspace
@@ -63,7 +63,7 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
\item Make sure you have the developer tools installed.
\item The SDL developer package for OS X available on the SDL web site is
\textit{not} suitable. Rather, you require a unix-style build of SDL. One
- way to get that is to install SDL via Fink (http://fink.sf.net).
+ way to get that is to install SDL via Fink (\url{http://fink.sf.net}).
Alternatively you could compile SDL manually from source using its
unix build system (\texttt{configure \&\& make}).
\item Type \texttt{./configure} in the ScummVM directory