# HG changeset patch # User Martin Geisler # Date 1252854511 -7200 # Node ID f0105f2c424c963139207f61a3964ef31a9a5b99 # Parent 2f7f6e43d52b7e0aae52baf51b297fe53c8dff5c doc/Makefile: make rst2html and rst2man halt on warnings diff -r 2f7f6e43d52b -r f0105f2c424c doc/Makefile --- a/doc/Makefile Sun Sep 13 17:05:38 2009 +0200 +++ b/doc/Makefile Sun Sep 13 17:08:31 2009 +0200 @@ -21,10 +21,11 @@ mv $@.tmp $@ %: %.txt common.txt - $(PYTHON) rst2man.py --strip-elements-with-class htmlonly $*.txt $* + $(PYTHON) rst2man.py --halt warning \ + --strip-elements-with-class htmlonly $*.txt $* %.html: %.txt common.txt - $(RST2HTML) $*.txt $*.html + $(RST2HTML) --halt warning $*.txt $*.html MANIFEST: man html # tracked files are already in the main MANIFEST