X-Git-Url: https://git.madduck.net/debian/graphs/organigram.git/blobdiff_plain/0a86e1d070ebca24eedeafc327da74ebecc690a9..a6223d6bb3069fdf4d659ff9560955ec7b9a70b2:/Makefile diff --git a/Makefile b/Makefile index 1d412e5..4b3d300 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 $< $@