X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=5934a5b1fc402dec7f33034383e9caf29335512c;hb=482068258ca09552c7809c3bf0df113a35841ccb;hp=4aa308c25958d706e3d4d64c4fb83cd95c727544;hpb=9967ddb9074fb2f7fe532edae58af2c026a9f2bc;p=tinyos-2.x.git 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)