X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2FMakefile;h=e7143b2595877bf54f66f579b6b311e79f4bc081;hb=ef31774cd902a6f069b8f2b80b870167328f5acb;hp=d1d9587d57218e9604a5462314f26cf3b80db7ae;hpb=2cefaeaf61f38f1566293e53b4708e9ceff2d945;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/Makefile b/docs/Makefile index d1d9587d..e7143b25 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,9 @@ -all: index.html concepts.html reference.html +all: index.html concepts.html reference.html security.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 $< $@ + sed -i 's!!\n!' $@