[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / ft

File: [cvsweb.bsd.lv] / mandoc / regress / roff / ft / Makefile (download)

Revision 1.3, Sun Dec 16 00:17:05 2018 UTC (5 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, HEAD
Changes since 1.2: +2 -1 lines

Yet another round of improvements to manual font selection.

Unify handling of \f and .ft.
Support \f4 (bold+italic).
Support ".ft BI" and ".ft CW" for terminal output.
Support the .ft request in HTML output.
Reject the bogus fonts \f(C1, \f(C2, \f(C3, and \f(CP.
In regress.pl, only strip leading whitespace in math mode.

# $OpenBSD: Makefile,v 1.3 2018/12/15 23:33:20 schwarze Exp $

REGRESS_TARGETS	= badargs badargs-mdoc
HTML_TARGETS	= badargs
LINT_TARGETS	= badargs badargs-mdoc

SKIP_TMAN	= badargs

.include <bsd.regress.mk>