From 88bce52fa5564688b2ff05ac52bda8a59ef3b7c3 Mon Sep 17 00:00:00 2001 From: madduck Date: Mon, 7 Aug 2006 17:49:18 +0000 Subject: [PATCH] dropping ps; svn:ignore set; Makefile cleanup --- Makefile | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 0636d90..9ec953b 100644 --- a/Makefile +++ b/Makefile @@ -5,25 +5,14 @@ FILES = $(foreach ext,$(EXTS),$(foreach base,$(BASES),$(base).$(ext))) .PHONY: all all: $(FILES) -.PRECIOUS: %.eps %.eps: %.dia dia -t eps $< - chmod 644 $@ -.PRECIOUS: %.png %.png: %.eps convert $< $@ - chmod 644 $@ -.PRECIOUS: %.ps -%.ps: %.eps - convert $< $@ - chmod 644 $@ - -.PRECIOUS: %.pdf -%.pdf: %.ps - ps2pdf $< $@ - chmod 644 $@ +%.pdf: %.eps + epstopdf --outfile=$@ $< .PHONY: clean clean: -- 2.39.2