blob: 62920d0eae6dc83acae20e029a9692c9de1e1b1e [file] [log] [blame]
all: index.html concepts.html reference.html security.html migration.html whats_new.html \
generator_flow.png
%.png: %.svg
rsvg-convert $< > $@
%.html: %.rst
rst2html --field-name-limit=32 --stylesheet=lsr.css --link-stylesheet $< $@
sed -i 's!</head>!<link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />\n</head>!' $@