]> git.sur5r.net Git - bacula/docs/blobdiff - docs/images/Makefile
Apply Marco's doc patch
[bacula/docs] / docs / images / Makefile
index 124fee1592509314c5cd2a1c7a557a4e41ee4fef..ed356a8b9a8f6d188cae4eb4b75292fd31eac450 100644 (file)
 #
 
 # Base png images
-IMAGES =  bacula-applications \
-         bacula-objects \
-         Bacula-tray-monitor \
-         bimagemgr1 \
-         bimagemgr2 \
-         bimagemgr3 \
-         Conf-Diagram \
-         win32-config \
-         win32-finish \
-         win32-installation-type \
-         win32-installing \
-         win32-location \
-         win32-menu \
-         win32-nsis \
-         win32-pkg \
-         win32-service-ok \
-         win32-service \
-         win32-start \
-         win32-welcome \
-         access-is-denied \
-         confirm \
-         flow \
-         menu \
-         philosophical-gnu-sm \
-         properties-security-advanced-owner \
-         properties-security \
-         tray-icon \
-         view-only \
-         back \
-         bacula-logo \
-         bclogo \
-         error \
-         file \
-         home \
-         idle \
-         md5 \
-         next \
-         running \
-         smartall \
-         thanks
+IMAGES =  \
+      bat-brestore \
+      tray-monitor \
+      tray-monitor1 \
+      bat11 \
+      bat12 \
+      bat13 \
+      bat-mediaview \
+      access-is-denied \
+      back \
+      bacula-applications \
+      bacula-logo \
+      bacula-objects \
+      Bacula-tray-monitor \
+      bat_icon \
+      bclogo \
+      bimagemgr1 \
+      bimagemgr2 \
+      bimagemgr3 \
+      bweb-index \
+      bweb-report \
+      Conf-Diagram \
+      confirm \
+      error \
+      file \
+      flow \
+      home \
+      idle \
+      md5 \
+      menu \
+      next \
+      philosophical-gnu-sm \
+      prev \
+      properties-security-advanced-owner \
+      properties-security \
+      running \
+      smartall \
+      thanks \
+      tray-icon \
+      up \
+      view-only \
+      win32-config \
+      win32-finish \
+      win32-installation-type \
+      win32-installing \
+      win32-location \
+      win32-menu \
+      win32-nsis \
+      win32-pkg \
+      win32-service-ok \
+      win32-service \
+      win32-start \
+      win32-welcome \
+      wx-console-restore1 \
+      wx-console-restore2 \
+      xp-control-panel \
+      xp-windows-firewall-advanced \
+      xp-windows-firewall-advanced-settings-after \
+      xp-windows-firewall-advanced-settings-before \
+      xp-windows-firewall-advanced-settings-service-details \
+      xp-windows-firewall
 
 #        xp-control-panel  
 #        xp-windows-firewall-advanced \
@@ -88,7 +109,8 @@ GIFIMAGES = back \
            smartall \
            thanks  
 
-
+TIFIMAGES = \
+         ba-ca-logo 
 
 
 first_rule: all
@@ -96,7 +118,7 @@ first_rule: all
 .SUFFIXES:     .texi .html .pdf
 .PHONY:
 
-all:   convert
+all:   convertpdf converteps
 
 # Convert png images to pdf (texinfo needs both)
 convertpdf:      
@@ -123,6 +145,11 @@ convertgif:
        (for i in ${GIFIMAGES} ; do \
           giftopnm $${i}.gif | pnmtopng >$${i}.png ; \
         done)
+
+converttif:
+       (for i in ${TIFIMAGES} ; do \
+          convert -geometry 250x $${i}.tif $${i}.png ; \
+        done)
  
 clean:
        @rm -f 1 2 3