From 32e25cbca210a359b09768537b6f443fe90a3070 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 20 Jun 2017 10:24:05 +0000 Subject: Separation Generator to a dedicated repo Change-Id: Id94831651c3266861435272a6e36c7884bef2c45 Signed-off-by: Romain Forlot --- libs/nanopb/docs/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libs/nanopb/docs/Makefile (limited to 'libs/nanopb/docs/Makefile') diff --git a/libs/nanopb/docs/Makefile b/libs/nanopb/docs/Makefile new file mode 100644 index 00000000..0dbd97cf --- /dev/null +++ b/libs/nanopb/docs/Makefile @@ -0,0 +1,9 @@ +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 $< $@ + sed -i 's!!\n!' $@ -- cgit 1.2.3-korg