=================================================================== RCS file: /cvs/mandoc/regress/roff/ds/Makefile,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- mandoc/regress/roff/ds/Makefile 2017/02/08 03:03:20 1.1 +++ mandoc/regress/roff/ds/Makefile 2022/06/03 12:15:59 1.3 @@ -1,5 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:03:20 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2022/06/03 12:15:59 schwarze Exp $ +# +# This directory is intended for tests of string *definitions*, +# in particular testing the behaviour of the .ds and .as macros. +# Tests of string *expansion* are better placed in the roff/string +# directory. -REGRESS_TARGETS = append escname nested quoting +REGRESS_TARGETS = append escname nested quoting tab .include