allwinner_a64/android/external/nanopb-c/docs/Makefile
2018-08-08 16:14:42 +08:00

9 lines
278 B
Makefile

all: index.html concepts.html reference.html security.html \
generator_flow.png
%.png: %.svg
rsvg $< $@
%.html: %.rst
rst2html --stylesheet=lsr.css --link-stylesheet $< $@
sed -i 's!</head>!<link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />\n</head>!' $@