From 69a80825be62eeca6a77c1f0a38955d29e30cd03 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 29 Jan 2010 14:39:37 +0000 Subject: Fixed Makefile for `make lint' dep. on config.h Added -Txhtml for XHTML output (minimal increase to programme logic). Because groff has it and it bothers me that we don't. --- man_html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index bebc0ac8..a9db1dfa 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.25 2010/01/01 17:14:28 kristaps Exp $ */ +/* $Id: man_html.c,v 1.26 2010/01/29 14:39:38 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -114,7 +114,7 @@ html_man(void *arg, const struct man *m) h = (struct html *)arg; - print_gen_doctype(h); + print_gen_decls(h); t = print_otag(h, TAG_HTML, 0, NULL); print_man(man_meta(m), man_node(m), h); -- cgit v1.2.3