X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2FMakefile;h=0dbd97cfec34274421a07705ae6143eabde56115;hb=1dd9f1900fca0c137324c05a9421f1ba180b2470;hp=e0ddc37ddee6e3eae89156341fd3d2e7856c1a84;hpb=842d52633d650286ce62490362f8dfa356e17800;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/Makefile b/docs/Makefile index e0ddc37d..0dbd97cf 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 migration.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!' $@