From 482068258ca09552c7809c3bf0df113a35841ccb Mon Sep 17 00:00:00 2001 From: beutel Date: Wed, 13 Jun 2007 15:32:12 +0000 Subject: [PATCH] added override for different docutil installations using RST2HTML env variable --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2