]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/Makefile
Make tests work with both Nevow 0.11 and 0.12
[tahoe-lafs/tahoe-lafs.git] / docs / Makefile
index 04db86d8621d56e7aa2be476bf27dd95db6f1bcc..8904d3b97c306fe56146941a8a09a65c60bc2e13 100644 (file)
@@ -1,7 +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 lease-tradeoffs.svg
+SOURCES = subtree1.svg lease-tradeoffs.svg
 
 PNGS = $(patsubst %.svg,%.png,$(SOURCES))
 EPSS = $(patsubst %.svg,%.eps,$(SOURCES))
@@ -16,5 +14,8 @@ images-eps: $(EPSS)
 %.eps: %.svg
        inkscape --export-eps $@ $<
 
+%.html: %.rst
+       rst2html.py $< $@
+
 clean:
        rm -f *.png *.eps