X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2FMakefile;h=e7143b2595877bf54f66f579b6b311e79f4bc081;hb=ef31774cd902a6f069b8f2b80b870167328f5acb;hp=e0ddc37ddee6e3eae89156341fd3d2e7856c1a84;hpb=842d52633d650286ce62490362f8dfa356e17800;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/Makefile b/docs/Makefile index e0ddc37d..e7143b25 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,9 @@ -all: index.html encoding.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!' $@