]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - doc/Makefile
Remove "Setup" header from tests
[frescor/frsh.git] / doc / Makefile
index d4c41842d45f145c8192b885433a268ecbcc6755..a83d15bef558f5c6efa8fd1a666bd3f83cb08a49 100644 (file)
@@ -8,11 +8,14 @@ clean:
        rm $(TARGETS)
 
 %.png: %.svg
-       inkscape --export-area-drawing --export-png=$@ $<
+       inkscape --export-area-drawing --export-png=$@ --export-background-opacity=1.0 $<
 
 %.ps: %.svg
        inkscape --export-ps=$@ $<
 
+%-page.pdf: %.svg
+       inkscape --export-pdf=$@ $<
+
 %-page.pdf: %.ps
        ps2pdf $< $@