=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.437 retrieving revision 1.439 diff -u -p -r1.437 -r1.439 --- mandoc/Makefile 2014/08/11 01:39:00 1.437 +++ mandoc/Makefile 2014/08/12 21:35:48 1.439 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.437 2014/08/11 01:39:00 schwarze Exp $ +# $Id: Makefile,v 1.439 2014/08/12 21:35:48 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013, 2014 Ingo Schwarze @@ -30,7 +30,7 @@ VERSION = 1.13.1 # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a # UCS-4 value) should you define USE_WCHAR. If you define it and your # system DOESN'T support this, -Tlocale will produce garbage. -# If you don't define it, -Tlocale is a synonym for -Tacsii. +# If you don't define it, -Tlocale is a synonym for -Tascii. # CFLAGS += -DUSE_WCHAR @@ -115,7 +115,9 @@ CGIBIN = man.cgi DBLIB += -lsqlite3 -TESTSRCS = test-fgetln.c \ +TESTSRCS = test-dirent-namlen.c \ + test-fgetln.c \ + test-fts.c \ test-getsubopt.c \ test-mmap.c \ test-ohash.c \