blob: 0dbd97cfec34274421a07705ae6143eabde56115 [file] [log] [blame]
Nicolas "Pixel" Noble39937f72016-09-23 06:28:04 +02001all: 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>!' $@