# Makefile to generate images needed for new pdffile processing. # # The tool epspdf is a CTAN package, see http://www.ctan.org # .SUFFIXES: .dvi .tex .jpg .eps .ps .fig .pdf .html IMAGES = layer.pdf puzzle_en.pdf scales.pdf %.pdf: %.eps epspdf -r -b $*.eps images: $(IMAGES) clean: rm -f *.pdf very_clean: clean