Makefile
changeset 1917 d5967d76dae5
parent 1913 03ad179cbe2a
child 1925 f753d84e666e
equal deleted inserted replaced
1916:bef8b9e6c2fa 1917:d5967d76dae5
    32 ifeq '$(host_os)' 'cygwin'
    32 ifeq '$(host_os)' 'cygwin'
    33   RST2HTML := rst2html.py
    33   RST2HTML := 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
    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)
    39 
    39 
    40 ################################################################
    40 ################################################################
    41 # Proj dirs/files.
    41 # Proj dirs/files.
    42 
    42