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

File: [cvsweb.bsd.lv] / mandoc / regress / eqn / fromto / Makefile (download)

Revision 1.2, Thu Jul 6 00:19:55 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.1: +3 -3 lines

Fix operator precedence according to Brian W. Kernighan and Lorinda
L. Cherry, "Typesetting Mathematics - User's Guide (Second Edition)",
August 15, 1978, paragraph 23; swarm of bugs pointed out by bentley@.

# $OpenBSD: Makefile,v 1.3 2017/07/06 00:08:52 schwarze Exp $

REGRESS_TARGETS  = basic noarg precedence
HTML_TARGETS	 = basic noarg precedence

.include <bsd.regress.mk>