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