From b99b58cb74b1eff2a19581a74ece502eeb9cc148 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 7 Jun 2015 16:14:54 +0200 Subject: [PATCH] Makefile: Let the generated SVG depend on its stylesheet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 036bcda..e489923 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install: endif .PHONY: install -output.svg: $(o)/leo dump.osm poskole.css +output.svg: $(o)/leo dump.osm map.cf poskole.css $(o)/leo output.pdf: output.svg -- 2.39.2