X-Git-Url: https://git.madduck.net/debian/graphs/timeline.git/blobdiff_plain/7a893c12aacf4e8e51dd2bd312d25e8ba0ec97fc..9fb3974f5c491ca6627cec24d2102b76e8fd9e9b:/Makefile diff --git a/Makefile b/Makefile index 3a5b496..5a3ed28 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ FILES = $(foreach ext,$(EXTS),$(foreach base,$(BASES),$(base).$(ext))) .PHONY: all all: $(FILES) +%.eps: %.svg + inkscape --export-eps=$@ $< + %.eps: %.fig fig2dev -L eps $< $@