* doc/Makefile.in, doc/Makefile.sub (.ms.html): Add -P-V switch to
commit687916e3ab28810226f752855ff22151b3b7799a
authorWerner LEMBERG <wl@gnu.org>
Tue, 25 Sep 2007 15:16:24 +0000 (25 15:16 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 25 Sep 2007 15:16:24 +0000 (25 15:16 +0000)
tree473b09739657a35e74499783b23d324f17ef9ffe
parent55db52c86dfa77ee85feefba847dab16699415ce
* doc/Makefile.in, doc/Makefile.sub (.ms.html): Add -P-V switch to
the production of html files.
(pic.html): Ditto.
Remove background colour switch.
(.SUFFIXES, clean): Handle *.xhtml files.

* src/devices/grohtml/grohtml.man: Document that -V option now
generates an HTML-4.01 validator or XHTML validator.

* src/devices/grohtml/html-text.cpp (html_text::end_tag,
html_text::start_tag): Suppress <small>, <big>, and <color> tags if
we are inside a <pre> block.

* src/devices/grohtml/post-html.cpp
(html_printer::handle_valid_flag): Add a parameter to indicate
whether it needs to generate a paragraph block.
(html_printer::write_navigation): Updated.
(html_printer::do_file_components): Generate an HTML-4.01 blue
validator button also.
ChangeLog
doc/Makefile.in
doc/Makefile.sub
src/devices/grohtml/grohtml.man
src/devices/grohtml/html-text.cpp
src/devices/grohtml/post-html.cpp