From 09259d49e3f8ac6aaf23ae5457ecb2311a46225a Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 24 Dec 2013 15:58:07 +0000 Subject: [PATCH] When i replaced the very ugly .in: suffix rule in my previous commit, that inadvertently disabled the -Tman tests. Oops. Enable them again. Fortunately, in the meantime, nothing slipped. --- regress/usr.bin/mandoc/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/usr.bin/mandoc/Makefile.inc b/regress/usr.bin/mandoc/Makefile.inc index 5016f98ddcb..ad24ead4796 100644 --- a/regress/usr.bin/mandoc/Makefile.inc +++ b/regress/usr.bin/mandoc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2013/11/10 17:43:11 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2013/12/24 15:58:07 schwarze Exp $ # --- programs --- @@ -87,7 +87,7 @@ ${t}.diff_man: . endif . endif -${t}: ${t}.diff_ascii +${t}: ${t}.diff_ascii ${t}.diff_man . else ${t}: @echo "TODO: -Tascii disabled for: ${.TARGET}" -- 2.20.1