X-Git-Url: https://git.madduck.net/debian/graphs/organigram.git/blobdiff_plain/0a86e1d070ebca24eedeafc327da74ebecc690a9..984fd91838f1ccc448a4f3fb24d034319c7022ba:/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 $< $@