From: beutel Date: Wed, 13 Jun 2007 15:32:12 +0000 (+0000) Subject: added override for different docutil installations using RST2HTML env variable X-Git-Tag: release_tools_1_2_4_1~127 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=482068258ca09552c7809c3bf0df113a35841ccb;p=tinyos-2.x.git added override for different docutil installations using RST2HTML env variable --- diff --git a/doc/Makefile b/doc/Makefile index 4aa308c2..5934a5b1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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)