aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/nullary/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-26 20:11:45 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-26 20:11:45 +0000
commit268c88f5433d2a87d1eeab40076c8737b5786b08 (patch)
tree68e8d9e602c6edae03233351525fc92e01427177 /regress/eqn/nullary/Makefile
parent49f05c164bb57720456a69a680c30c94727ee0cd (diff)
downloadmandoc-268c88f5433d2a87d1eeab40076c8737b5786b08.tar.gz
mandoc-268c88f5433d2a87d1eeab40076c8737b5786b08.tar.zst
mandoc-268c88f5433d2a87d1eeab40076c8737b5786b08.zip
catch up with the recent eqn(7) improvements
Diffstat (limited to 'regress/eqn/nullary/Makefile')
-rw-r--r--regress/eqn/nullary/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/eqn/nullary/Makefile b/regress/eqn/nullary/Makefile
index ec5dfa06..de4bcf05 100644
--- a/regress/eqn/nullary/Makefile
+++ b/regress/eqn/nullary/Makefile
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $
-REGRESS_TARGETS = roman
-HTML_TARGETS = roman
+REGRESS_TARGETS = roman symbol
+UTF8_TARGETS = symbol
+HTML_TARGETS = roman symbol
.include <bsd.regress.mk>