=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/html.h 2009/10/03 15:08:09 1.8 +++ mandoc/html.h 2009/10/03 15:26:26 1.9 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.8 2009/10/03 15:08:09 kristaps Exp $ */ +/* $Id: html.h,v 1.9 2009/10/03 15:26:26 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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;