summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 15:26:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 15:26:26 +0000
commit38978c6f40cc37f32a8799d8b8e7e31e051eb2f1 (patch)
treeb9782471b2e0293282cc029b94b082b90e18a94c /html.h
parent54bada649de2dc93dd974dabdb3c9a3c732571f5 (diff)
downloadmandoc-38978c6f40cc37f32a8799d8b8e7e31e051eb2f1.tar.gz
Added the -oincludes=FMT option.
The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated).
Diffstat (limited to 'html.h')
-rw-r--r--html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.h b/html.h
index a57c64ae..11657a77 100644
--- a/html.h
+++ b/html.h
@@ -56,6 +56,7 @@ enum htmlattr {
ATTR_STYLE,
ATTR_WIDTH,
ATTR_VALIGN,
+ ATTR_TARGET,
ATTR_MAX
};
@@ -88,6 +89,7 @@ struct html {
void *symtab;
char *base;
char *base_man;
+ char *base_includes;
char *style;
char buf[BUFSIZ];
size_t buflen;