Annotation of mandoc/regress/mdoc/Dd/Makefile, Revision 1.3
1.1 schwarze 1: # $OpenBSD: Makefile,v 1.2 2014/11/21 01:52:45 schwarze Exp $
2:
3: REGRESS_TARGETS = badarg dupe late long manarg noarg order
4: LINT_TARGETS = badarg dupe late long manarg noarg order
1.3 ! schwarze 5:
! 6: # noarg output contains the date when the file is formatted
! 7:
! 8: SKIP_ASCII ?= noarg
! 9: SKIP_MARKDOWN ?= noarg
1.1 schwarze 10:
11: # If groff finds exactly three arguments, it assumes they are month,
12: # day and year without further checking. If there are no arguments,
13: # groff uses the string "Epoch". Otherwise, it silently falls back
14: # to today's date.
15: # That is not at all sane behaviour, we are not going to imitate it.
16:
17: SKIP_GROFF = badarg long manarg noarg
18:
19: # Autodetection fails for late .Dd, so specify -mdoc explicitly.
20:
21: MOPTS += -mdoc
22:
23: .include <bsd.regress.mk>
CVSweb