Makefile
changeset 76 2100455aae72
parent 75 540d83fc281e
child 77 df763e1c3fe6
equal deleted inserted replaced
75:540d83fc281e 76:2100455aae72
    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