Commit 5ef67f5b authored by Lasse Karstensen's avatar Lasse Karstensen

RST warnings in changes.rst is a hard error.

parent 96d0ba1d
#
#
RST2ANY_FLAGS = --halt=2
EXTRA_DIST = changes.rst changes.html
changes.html: changes.rst
if HAVE_RST2HTML
${RST2HTML} $? $@
${RST2HTML} ${RST2ANY_FLAGS} $? $@
else
@echo "========================================"
@echo "You need rst2html installed to make dist"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment