Rev 3116: (bialix) Halt conversion of ReST to HTML if there is warnings. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Sat Dec 15 19:09:46 GMT 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3116
revision-id:pqm at pqm.ubuntu.com-20071215190938-hf41qy692wpay7dh
parent: pqm at pqm.ubuntu.com-20071215181742-1drv2xnx3fk682wq
parent: bialix at ukr.net-20071215175900-0cafcryje2go3x4l
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Sat 2007-12-15 19:09:38 +0000
message:
  (bialix) Halt conversion of ReST to HTML if there is warnings.
modified:
  Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
    ------------------------------------------------------------
    revno: 3113.3.1
    revision-id:bialix at ukr.net-20071215175900-0cafcryje2go3x4l
    parent: pqm at pqm.ubuntu.com-20071214163914-dqiqxlhho36ce54r
    committer: Alexander Belchenko <bialix at ukr.net>
    branch nick: docs.halt.warning
    timestamp: Sat 2007-12-15 19:59:00 +0200
    message:
      Halt conversion of ReST to HTML if there is warnings.
    modified:
      Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
=== modified file 'Makefile'
--- a/Makefile	2007-12-13 13:33:36 +0000
+++ b/Makefile	2007-12-15 17:59:00 +0000
@@ -75,7 +75,7 @@
 ifdef PRETTY
 rst2html := $(PYTHON) tools/rst2prettyhtml.py doc/bazaar-vcs.org.kid 
 else
-rst2html := $(PYTHON) tools/rst2html.py --link-stylesheet --footnote-references=superscript 
+rst2html := $(PYTHON) tools/rst2html.py --link-stylesheet --footnote-references=superscript --halt=warning
 endif
 
 # translate txt docs to html




More information about the bazaar-commits mailing list