[Scummvm-cvs-logs] CVS: scummvm/doc 05_01.tex,1.3,1.4 09.tex,1.3,1.4

Max Horn fingolfin at users.sourceforge.net
Sun Feb 8 14:57:01 CET 2004


Update of /cvsroot/scummvm/scummvm/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2453

Modified Files:
	05_01.tex 09.tex 
Log Message:
Write URLs using hyperref command, so that they end up as hyperlinks in PDF/HTML

Index: 05_01.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/05_01.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 05_01.tex	6 Feb 2004 15:17:12 -0000	1.3
+++ 05_01.tex	8 Feb 2004 22:52:53 -0000	1.4
@@ -54,7 +54,7 @@
 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:

Index: 09.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/09.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 09.tex	30 Jan 2004 23:39:56 -0000	1.3
+++ 09.tex	8 Feb 2004 22:52:53 -0000	1.4
@@ -14,7 +14,7 @@
 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 @@
 \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 @@
 \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





More information about the Scummvm-git-logs mailing list