X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2FMakefile;h=e7143b2595877bf54f66f579b6b311e79f4bc081;hb=287207841db5df93cf7ff9c71a5f1548deb26b09;hp=e4cac27d7b6604e91465e1135bcbbca68dcbe6ff;hpb=09f92bafa59460ea4597c557e469e982386c9e3b;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/Makefile b/docs/Makefile index e4cac27d..e7143b25 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,9 @@ -all: index.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!' $@