]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/Makefile
added override for different docutil installations using RST2HTML env variable
[tinyos-2.x.git] / doc / Makefile
index 4aa308c25958d706e3d4d64c4fb83cd95c727544..5934a5b1fc402dec7f33034383e9caf29335512c 100644 (file)
@@ -19,7 +19,7 @@ $(OVERVIEW_HTML): $(OVERVIEW) $(STYLESHEET)
        $(RST2HTML) --stylesheet-path=$(STYLESHEET) --embed-stylesheet $< > html/$@
 
 %.html: txt/%.txt $(TEP_STYLESHEET)
-       rst2html.py --stylesheet-path=$(TEP_STYLESHEET) --embed-stylesheet $< > html/$@
+       $(RST2HTML) --stylesheet-path=$(TEP_STYLESHEET) --embed-stylesheet $< > html/$@
 
 overview: $(OVERVIEW_HTML)