]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/Makefile
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / docs / Makefile
index c8671a58582bd378a4f8c11e5d8292614c5f3018..8904d3b97c306fe56146941a8a09a65c60bc2e13 100644 (file)
@@ -1,5 +1,5 @@
 
-SOURCES = CHK-hashes.svg file-encoding1.svg file-encoding2.svg file-encoding3.svg file-encoding4.svg file-encoding5.svg file-encoding6.svg subtree1.svg
+SOURCES = subtree1.svg lease-tradeoffs.svg
 
 PNGS = $(patsubst %.svg,%.png,$(SOURCES))
 EPSS = $(patsubst %.svg,%.eps,$(SOURCES))
@@ -10,9 +10,12 @@ images-png: $(PNGS)
 images-eps: $(EPSS)
 
 %.png: %.svg
-       inkscape -b white -d 90 --export-png $@ $<
+       inkscape -b white -d 90 -D --export-png $@ $<
 %.eps: %.svg
        inkscape --export-eps $@ $<
 
+%.html: %.rst
+       rst2html.py $< $@
+
 clean:
        rm -f *.png *.eps