[Scummvm-cvs-logs] SF.net SVN: scummvm: [25987] docs/trunk/docbook

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Mar 4 23:51:32 CET 2007


Revision: 25987
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25987&view=rev
Author:   fingolfin
Date:     2007-03-04 14:51:31 -0800 (Sun, 04 Mar 2007)

Log Message:
-----------
With the modern xsltproc based tool chain(s), we don't need to use PDF/EPS variants of the images anymore

Modified Paths:
--------------
    docs/trunk/docbook/Makefile.common
    docs/trunk/docbook/manual.xml

Modified: docs/trunk/docbook/Makefile.common
===================================================================
--- docs/trunk/docbook/Makefile.common	2007-03-04 22:46:40 UTC (rev 25986)
+++ docs/trunk/docbook/Makefile.common	2007-03-04 22:51:31 UTC (rev 25987)
@@ -34,24 +34,30 @@
 faq.inc: faq.html
 	  xsltproc --html --output $@ faq-inc.xsl $<
 
+##
+## For the PDF version of the manual, some of the images should be converted to
+## from PNG to PDF. The following rule does that using ImageMagick.
+##
+#manual.pdf: img/launcher-empty.pdf
 #
-# For the PDF version of the manual, some of the images should be converted to
-# from PNG to PDF. The following rule does that using ImageMagick.
+#manual.pdf: img/launcher-browser.pdf
 #
-manual.pdf: img/launcher-after-add.pdf
-manual.pdf: img/launcher-browser.pdf
+#manual.pdf: img/launcher-edit-game.pdf
 #manual.pdf: img/launcher-edit-audio.pdf
-manual.pdf: img/launcher-edit-game.pdf
-#manual.pdf: img/launcher-edit-gfx.pdf
+#manual.pdf: img/launcher-edit-graphics.pdf
+#manual.pdf: img/launcher-edit-midi.pdf
 #manual.pdf: img/launcher-edit-paths.pdf
-#manual.pdf: img/launcher-edit-volume.pdf
-manual.pdf: img/launcher-empty.pdf
-manual.pdf: img/launcher-options-graphics.pdf
-manual.pdf: img/launcher-options-audio.pdf
-manual.pdf: img/launcher-options-misc.pdf
+#
+#manual.pdf: img/launcher-after-add.pdf
+#
+#manual.pdf: img/launcher-options-graphics.pdf
+#manual.pdf: img/launcher-options-audio.pdf
+#manual.pdf: img/launcher-options-midi.pdf
+#manual.pdf: img/launcher-options-paths.pdf
+#manual.pdf: img/launcher-options-misc.pdf
+#
+#img/%.pdf: img/%.png
+#	convert $< $@
+#
 
-img/%.pdf: img/%.png
-	convert $< $@
-
-
 .PHONY: all clean check

Modified: docs/trunk/docbook/manual.xml
===================================================================
--- docs/trunk/docbook/manual.xml	2007-03-04 22:46:40 UTC (rev 25986)
+++ docs/trunk/docbook/manual.xml	2007-03-04 22:51:31 UTC (rev 25987)
@@ -345,14 +345,6 @@
           <imageobject>
             <imagedata fileref="img/launcher-empty.png" format="PNG" align="center"/>
           </imageobject>
-          <imageobject>
-            <!-- Due to a bug in docbook-utils (?), I have to specify the format 'EPS',
-                 since apparently it will only pass on data of that type to jade(pdf)tex;
-                 but the provided file has to be a PDF (since that is what pdftex wants).
-                 Ugly - and worse, it might break with other versions of these tools
-              -->
-            <imagedata fileref="img/launcher-empty.pdf" format="EPS" align="center" scale="50"/>
-          </imageobject>
           <!--
           <textobject>
             <phrase>ScummVM Launcher, empty</phrase>
@@ -415,9 +407,6 @@
               <imageobject>
                 <imagedata fileref="img/launcher-browser.png" format="PNG" align="center"/>
               </imageobject>
-              <imageobject>
-                <imagedata fileref="img/launcher-browser.pdf" format="EPS" align="center" scale="50"/>
-              </imageobject>
               <caption>
                 <simpara>The file browser (while adding a game to the launcher).</simpara>
               </caption>
@@ -440,9 +429,6 @@
               <imageobject>
                 <imagedata fileref="img/launcher-edit-game.png" format="PNG" align="center"/>
               </imageobject>
-              <imageobject>
-                <imagedata fileref="img/launcher-edit-game.pdf" format="EPS" align="center" scale="50"/>
-              </imageobject>
               <caption>
                 <simpara>The dialog which allows you to edit the settings of a game target.</simpara>
               </caption>
@@ -459,9 +445,6 @@
               <imageobject>
                 <imagedata fileref="img/launcher-after-add.png" format="PNG" align="center"/>
               </imageobject>
-              <imageobject>
-                <imagedata fileref="img/launcher-after-add.pdf" format="EPS" align="center" scale="50"/>
-              </imageobject>
               <caption>
                 <simpara>The launcher, after adding a game.</simpara>
               </caption>
@@ -488,9 +471,6 @@
             <imageobject>
               <imagedata fileref="img/launcher-options-graphics.png" format="PNG" align="center"/>
             </imageobject>
-            <imageobject>
-              <imagedata fileref="img/launcher-options-graphics.pdf" format="EPS" align="center" scale="50"/>
-            </imageobject>
             <caption>
               <simpara>The global graphics settings.</simpara>
             </caption>
@@ -502,9 +482,6 @@
             <imageobject>
               <imagedata fileref="img/launcher-options-audio.png" format="PNG" align="center"/>
             </imageobject>
-            <imageobject>
-              <imagedata fileref="img/launcher-options-audio.pdf" format="EPS" align="center" scale="50"/>
-            </imageobject>
             <caption>
               <simpara>The global audio settings.</simpara>
             </caption>
@@ -516,9 +493,6 @@
             <imageobject>
               <imagedata fileref="img/launcher-options-misc.png" format="PNG" align="center"/>
             </imageobject>
-            <imageobject>
-              <imagedata fileref="img/launcher-options-misc.pdf" format="EPS" align="center" scale="50"/>
-            </imageobject>
             <caption>
               <simpara>More global settings.</simpara>
             </caption>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list