# HG changeset patch # User Oleksandr Gavenko # Date 1322435369 -7200 # Node ID 2d3d783b1b75e2c76e90e33c6638c4db963abf05 # Parent 00d3a2f1f32b6b3b3b52006b36e918283e5ed6df small fix diff -r 00d3a2f1f32b -r 2d3d783b1b75 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