#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: adduser.eps adduser2.eps autopart.eps begin.eps bootdisk2.eps \
	clockchip.eps complete.eps custom1.eps custom2.eps custom3a.eps \
	custom3b.eps \
	ddmain.eps format.eps hostname.eps inst-method.eps inst-type.eps \
	keyboard.eps lang.eps monitor.eps mouse.eps network.eps \
	pkg-group.eps probe.eps progress.eps rootpasswd.eps \
	startx.eps timezone.eps ud.eps video-card.eps video-mem.eps \
	video-modes.eps videomem.eps vidmem1a.eps vidmem1b.eps \
	welcome.eps xprobe.eps xprobeclock.eps


clean:
	rm -f *.eps

adduser.eps: adduser.gif
	./img2eps --width=7 adduser.gif

adduser2.eps: adduser2.gif
	./img2eps --width=7 adduser2.gif

autopart.eps: autopart.gif
	./img2eps --width=7 autopart.gif

begin.eps: begin.gif
	./img2eps --width=7 begin.gif

bootdisk2.eps:  bootdisk2.gif
	./img2eps --width=7 bootdisk2.gif

clockchip.eps: clockchip.gif
	./img2eps --width=7 clockchip.gif

complete.eps: complete.gif
	./img2eps --width=7 complete.gif

custom1.eps: custom1.gif
	./img2eps --width=7 custom1.gif

custom2.eps: custom2.gif
	./img2eps --width=7 custom2.gif

custom3a.eps: custom3a.gif
        ./img2eps --width=7 custom3a.gif

custom3b.eps: custom3b.gif
        ./img2eps --width=7 custom3b.gif

ddmain.eps: ddmain.gif
	./img2eps --width=7 ddmain.gif

format.eps: format.gif
	./img2eps --width=7 format.gif

hostname.eps: hostname.gif
	./img2eps --width=7 hostname.gif

inst-method.eps: inst-method.gif
	./img2eps --width=7 inst-method.gif

inst-type.eps: inst-type.gif
	./img2eps --width=7 inst-type.gif

keyboard.eps: keyboard.gif
	./img2eps --width=7 keyboard.gif

lang.eps: lang.gif
	./img2eps --width=7 lang.gif

monitor.eps: monitor.gif
	./img2eps --width=7 monitor.gif

mouse.eps: mouse.gif
	./img2eps --width=7 mouse.gif

network.eps: network.gif
	./img2eps --width=7 network.gif

pkg-group.eps: pkg-group.gif
	./img2eps --width=7 pkg-group.gif

probe.eps: probe.gif
	./img2eps --width=7 probe.gif

progress.eps: progress.gif
	./img2eps --width=7 progress.gif

rootpasswd.eps: rootpasswd.gif
	./img2eps --width=7 rootpasswd.gif

startx.eps: startx.gif
	./img2eps --width=7 startx.gif

timezone.eps: timezone.gif
	./img2eps --width=7 timezone.gif

ud.eps: ud.gif
	./img2eps --width=7 ud.gif

video-card.eps: video-card.gif
	./img2eps --width=7 video-card.gif

video-mem.eps: video-mem.gif
	./img2eps --width=7 video-mem.gif

video-modes.eps: video-modes.gif
	./img2eps --width=7 video-modes.gif

videomem.eps: videomem.gif
	./img2eps --width=7 videomem.gif

vidmem1a.eps: vidmem1a.gif
	./img2eps --width=7 vidmem1a.gif

vidmem1b.eps: vidmem1b.gif
        ./img2eps --width=7 vidmem1b.gif

welcome.eps: welcome.gif
	./img2eps --width=7 welcome.gif

xprobe.eps: xprobe.gif
	./img2eps --width=7 xprobe.gif

xprobeclock.eps: xprobeclock.gif
	./img2eps --width=7 xprobeclock.gif



