X-Git-Url: https://git.madduck.net/debian/graphs/timeline.git/blobdiff_plain/2ced3e2cce9826025abb4a641ab4b73f3da41170..7a893c12aacf4e8e51dd2bd312d25e8ba0ec97fc:/Makefile diff --git a/Makefile b/Makefile index 825f05f..3a5b496 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASES = en/timeline de/timeline -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: