X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=f2a7361ea73f1349aa371e7adb4026535675b06e;hb=bc432588d79bf0c0ba61430e0b6fc4c8e754eef6;hp=22214549483ecdccfd6fe42307691bf60325df97;hpb=a732e5a272c5a1a30abc8c8f830583c75f334b96;p=leo.git diff --git a/Makefile b/Makefile index 2221454..f2a7361 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,10 @@ install: endif .PHONY: install -#output.svg: leo dump.osm poskole.css -# ./leo -# -#output.pdf: output.svg -# inkscape --export-pdf=output.pdf output.svg +output.svg: $(o)/leo dump.osm poskole.css + $(o)/leo + +output.pdf: output.svg + inkscape --export-pdf=output.pdf output.svg include $(BUILDSYS)/Makebottom