diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-26 20:11:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-26 20:11:45 +0000 |
commit | 7a652daded74f9e8becb34e9dca1d6202eae46fe (patch) | |
tree | 074d0f8b776cc7a5000a61a5baabd454c9c0b892 /regress/eqn/unary/Makefile | |
parent | d06770ec5841a0d0f6cc2f9616d2a46daa15450b (diff) | |
download | mandoc-7a652daded74f9e8becb34e9dca1d6202eae46fe.tar.gz |
catch up with the recent eqn(7) improvements
Diffstat (limited to 'regress/eqn/unary/Makefile')
-rw-r--r-- | regress/eqn/unary/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/eqn/unary/Makefile b/regress/eqn/unary/Makefile index f68a5ce7..3679153c 100644 --- a/regress/eqn/unary/Makefile +++ b/regress/eqn/unary/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $ -REGRESS_TARGETS = diacrit sqrt -HTML_TARGETS = diacrit sqrt +REGRESS_TARGETS = bold diacrit sqrt +HTML_TARGETS = bold diacrit sqrt .include <bsd.regress.mk> |