Makefile
changeset 2188 e95731eef030
parent 2031 6f913ce241e3
child 2574 ed399b8e9fca
equal deleted inserted replaced
2187:1eedb185a54d 2188:e95731eef030
    28 ################################################################
    28 ################################################################
    29 # Build tool definition/switches.
    29 # Build tool definition/switches.
    30 
    30 
    31 RST2HTML := rst2html
    31 RST2HTML := rst2html
    32 ifeq '$(host_os)' 'cygwin'
    32 ifeq '$(host_os)' 'cygwin'
    33   RST2HTML := rst2html.py
    33   RST2HTML := LC_ALL=en_US.utf8 rst2html.py
    34 endif
    34 endif
    35 
    35 
    36 RST_WARNING_FLAGS := --halt warning
    36 RST_WARNING_FLAGS := --halt warning
    37 RST_RENDER_FLAGS := --strip-comments --embed-stylesheet --no-xml-declaration --math-output=MathJax --initial-header-level=2
    37 RST_RENDER_FLAGS := --strip-comments --embed-stylesheet --no-xml-declaration --math-output=MathJax --initial-header-level=2
    38 RST_FLAGS := $(RST_WARNING_FLAGS) $(RST_RENDER_FLAGS)
    38 RST_FLAGS := $(RST_WARNING_FLAGS) $(RST_RENDER_FLAGS)