]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added override for different docutil installations using RST2HTML env variable
authorbeutel <beutel>
Wed, 13 Jun 2007 15:32:12 +0000 (15:32 +0000)
committerbeutel <beutel>
Wed, 13 Jun 2007 15:32:12 +0000 (15:32 +0000)
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)