Add 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d8722e4c7d824baaf221a1e375fc4'
[apps/agl-service-can-low-level.git] / CAN-binder / libs / nanopb / docs / Makefile
1 all: index.html concepts.html reference.html security.html migration.html \
2         generator_flow.png
3
4 %.png: %.svg
5         rsvg $< $@
6
7 %.html: %.rst
8         rst2html --stylesheet=lsr.css --link-stylesheet $< $@
9         sed -i 's!</head>!<link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />\n</head>!' $@