# HG changeset patch # User Oleksandr Gavenko # Date 1322435369 -7200 # Node ID 6e71ffc719721f19ee653187c11f0bc12cb0e231 # Parent 9885f6be80f0da9e9f0cd6c193aab766b3b66e2d small fix diff -r 9885f6be80f0 -r 6e71ffc71972 Makefile --- a/Makefile Mon Nov 28 01:09:15 2011 +0200 +++ b/Makefile Mon Nov 28 01:09:29 2011 +0200 @@ -22,9 +22,9 @@ ################################################################ # Build tool definition/switches. -RST2HTML = rst2html +RST2HTML := rst2html ifeq '$(host_os)' 'cygwin' - RST2HTML = rst2html.py + RST2HTML := rst2html.py endif RST_WARNING_FLAGS := --halt warning