From 0a86e1d070ebca24eedeafc327da74ebecc690a9 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, 3 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 9f21105..1d412e5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASES = en/organisation es/organizacion de/organisation -EXTS = eps png ps pdf +EXTS = eps png pdf FILES = $(foreach ext,$(EXTS),$(foreach base,$(BASES),$(base).$(ext))) .PHONY: all @@ -7,21 +7,12 @@ all: $(FILES) %.eps: %.fig fig2dev -L eps $< $@ - chmod 644 $@ -.PRECIOUS: %.eps %.png: %.eps convert $< $@ - chmod 644 $@ -.PRECIOUS: %.ps -%.ps: %.fig - fig2dev -L ps $< $@ - chmod 644 $@ - -%.pdf: %.ps - ps2pdf $< $@ - chmod 644 $@ +%.pdf: %.eps + epstopdf --outfile=$@ $< .PHONY: clean clean: -- 2.39.2