X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2FMakefile;h=3c953990c169a4006549ed65227c682a363e1cb5;hb=85e0afd894daf851baca8ecd50ebae3cdba40e65;hp=d1d9587d57218e9604a5462314f26cf3b80db7ae;hpb=2cefaeaf61f38f1566293e53b4708e9ceff2d945;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/Makefile b/docs/Makefile index d1d9587d..3c953990 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,8 @@ -all: index.html concepts.html reference.html +all: index.html concepts.html reference.html \ + generator_flow.png + +%.png: %.svg + rsvg $< $@ %.html: %.rst - rst2html --stylesheet=lsr.css --link-stylesheet $< $@ \ No newline at end of file + rst2html --stylesheet=lsr.css --link-stylesheet $< $@