#This Makefile converts all of the .gif images used in the GNOME #User's Guide to .eps for postscript output. The img2eps script #converts the image and scales it to your specifications. You will #need to determine the width you would like your image to display on #paper before adding the image to this file. The width parameter will #scale your image in inches. Make sure to add the new image to the #"all" section as well. all: acct.eps add.eps auth.eps auto.eps bootdisk.eps complete.eps \ dd-fdisk.eps ddmain.eps edit.eps fdisk-part.eps fdisk.eps \ format.eps group.eps indi.eps install-ready.eps keyboard.eps \ lang.eps lilo.eps monitor.eps mouse.eps net.eps part.eps \ path.eps prepare.eps progress.eps ready.eps timezone.eps \ ud2.eps videocard.eps welcome.eps xconf.eps xcustom.eps clean: rm -f *.eps acct.eps: acct.gif ./img2eps --width=7 acct.gif add.eps: add.gif ./img2eps --width=7 add.gif auth.eps: auth.gif ./img2eps --width=7 auth.gif auto.eps: auto.gif ./img2eps --width=7 auto.gif bootdisk.eps: bootdisk.gif ./img2eps --width=7 bootdisk.gif complete.eps: complete.gif ./img2eps --width=7 complete.gif dd-fdisk.eps: dd-fdisk.gif ./img2eps --width=7 dd-fdisk.gif ddmain.eps: ddmain.gif ./img2eps --width=7 ddmain.gif edit.eps: edit.gif ./img2eps --width=7 edit.gif fdisk-part.eps: fdisk-part.gif ./img2eps --width=7 fdisk-part.gif fdisk.eps: fdisk.gif ./img2eps --width=7 fdisk.gif format.eps: format.gif ./img2eps --width=7 format.gif group.eps: group.gif ./img2eps --width=7 group.gif indi.eps: indi.gif ./img2eps --width=7 indi.gif install-ready.eps: install-ready.gif ./img2eps --width=4 install-ready.gif keyboard.eps: keyboard.gif ./img2eps --width=7 keyboard.gif lang.eps: lang.gif ./img2eps --width=7 lang.gif lilo.eps: lilo.gif ./img2eps --width=7 lilo.gif monitor.eps: monitor.gif ./img2eps --width=7 monitor.gif mouse.eps: mouse.gif ./img2eps --width=7 mouse.gif net.eps: net.gif ./img2eps --width=7 net.gif part.eps: part.gif ./img2eps --width=7 part.gif path.eps: path.gif ./img2eps --width=7 path.gif prepare.eps: prepare.gif ./img2eps --width=7 prepare.gif progress.eps: progress.gif ./img2eps --width=7 progress.gif ready.eps: ready.gif ./img2eps --width=7 ready.gif timezone.eps: timezone.gif ./img2eps --width=7 timezone.gif ud2.eps: ud2.gif ./img2eps --width=7 ud2.gif videocard.eps: videocard.gif ./img2eps --width=7 videocard.gif welcome.eps: welcome.gif ./img2eps --width=7 welcome.gif xconf.eps: xconf.gif ./img2eps --width=7 xconf.gif xcustom.eps: xcustom.gif ./img2eps --width=7 xcustom.gif