]> git.sur5r.net Git - bacula/docs/blobdiff - docs/images/Makefile
Update Win32 chapter
[bacula/docs] / docs / images / Makefile
index 098f0a15f224fd209f8c7daa81c5568c230005c0..17836147381a4f92b4ff9ed832bce0caf55dffe8 100644 (file)
@@ -1,7 +1,11 @@
 #
 #
-#  Makefile for converting images from png to pdf
+#  All the base Bacula images are .png.  They can start out
+#   as jpeg, gif, ... but we convert them to .png then
+#   operate on them from there.  For example, we need them
+#   in eps and pdf format for some of the output.
 #
+#  Makefile for converting images from png to pdf
 #
 # If you don't like the scaling of an image, change it in the
 # image_scales file.  This is the file where image_convert.pl
@@ -12,7 +16,7 @@
 # image_scales file and do 'make converteps'.
 #
 
-# png images
+# Base png images
 IMAGES =  bacula-applications \
          bacula-objects \
          Bacula-tray-monitor \
@@ -20,7 +24,9 @@ IMAGES =  bacula-applications \
          bimagemgr2 \
          bimagemgr3 \
          Conf-Diagram \
+         win32-config \
          win32-finish \
+         win32-installing \
          win32-location \
          win32-nsis \
          win32-pkg \
@@ -58,7 +64,7 @@ IMAGES =  bacula-applications \
 #        xp-windows-firewall
 
 
-# jpg images
+# jpg images 
 JPGIMAGES = xp-control-panel \
          xp-windows-firewall-advanced \
          xp-windows-firewall-advanced-settings-after \
@@ -98,6 +104,7 @@ convertpdf:
 
 # Convert any png images to eps (for LaTeX)
 converteps:
+       chmod 755 image_convert.pl
        (for i in ${IMAGES} ; do \
           pngtopnm $${i}.png | pnmtops -scale=0.65 --noturn -nosetpage >$${i}.eps; \
           ./image_convert.pl --scalefile=image_scales --defaultscale=0.65 --resolution=140 --maxx=5 --maxy=8 $${i}.png hires/$${i}.eps; \