[hipl-commit] [trunk] Rev 4132: Do not copy documentation pictures around, reference them from the subdir.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 1 Apr 2010 20:45:48 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 01/04/2010 at 20:45:48
Revision: 4132
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Do not copy documentation pictures around, reference them from the subdir.

Modified:
  M  doc/HOWTO.xml
  M  doc/Makefile

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-04-01 15:43:39 +0000
+++ doc/HOWTO.xml       2010-04-01 17:44:59 +0000
@@ -3194,7 +3194,7 @@
         </para>
         <mediaobject>
           <imageobject>
-            <imagedata fileref="base-exchange-rvs.png" scale="100" 
align="center" format="PNG"/>
+            <imagedata fileref="../base-exchange-rvs.png" scale="100" 
align="center" format="PNG"/>
           </imageobject>
           <caption>
             <para>
@@ -3472,7 +3472,7 @@
         </para>
         <mediaobject>
           <imageobject>
-            <imagedata fileref="base-exchange-relay.png" scale="100" 
align="center" format="PNG"/>
+            <imagedata fileref="../base-exchange-relay.png" scale="100" 
align="center" format="PNG"/>
           </imageobject>
           <caption>
             <para>Base exchange via the relay server</para>
@@ -4076,7 +4076,7 @@
                 <screeninfo>HIP configuration GUI main window</screeninfo>
                 <mediaobject>
                 <imageobject>
-                <imagedata fileref="docshot-agent-main-window.png" scale="100" 
align="center" format="PNG"/>
+                <imagedata fileref="../docshot-agent-main-window.png" 
scale="100" align="center" format="PNG"/>
                 </imageobject>
                 <caption>
                 <para>HIP configuration GUI main window</para>
@@ -4118,7 +4118,7 @@
                 <screeninfo>HIP configuration GUI tray icon</screeninfo>
                 <mediaobject>
                 <imageobject>
-                <imagedata fileref="docshot-agent-tray-icon.png" scale="100" 
align="center" format="PNG"/>
+                <imagedata fileref="../docshot-agent-tray-icon.png" 
scale="100" align="center" format="PNG"/>
                 </imageobject>
                 <caption>
                 <para>HIP configuration GUI tray icon</para>

=== modified file 'doc/Makefile'
--- doc/Makefile        2010-03-31 04:55:19 +0000
+++ doc/Makefile        2010-04-01 17:44:59 +0000
@@ -20,8 +20,6 @@
 
 %.html:  %.xml
        $(XMLTO) -o $(HOWTO_HTML_DIR) html $<
-       cp docshot-*.png $(HOWTO_HTML_DIR)
-       cp base-exchange-*.png $(HOWTO_HTML_DIR)
 
 ### TARGETS ##################################################################
 
@@ -41,5 +39,7 @@
        mkdir -p $(DOCDIR)
        cp $(HOWTO).txt $(DOCDIR)
        cp -a $(HOWTO_HTML_DIR) $(DOCDIR)
+       cp docshot-*.png $(DOCDIR)
+       cp base-exchange-*.png $(DOCDIR)
 
 .phony: clean

Other related posts:

  • » [hipl-commit] [trunk] Rev 4132: Do not copy documentation pictures around, reference them from the subdir. - Diego Biurrun