summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-07-14 23:16:29 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-07-14 23:16:29 +0000
commit2b56f6d999fa4eaa5790ac8a55e49a0060a44a7f (patch)
treeee37ef0f54aa70fe15f2f66602d2e9426dfb04a1 /Makefile
parent82f68435ec94617def4d119815bea3192b14e66c (diff)
downloadmandoc-2b56f6d999fa4eaa5790ac8a55e49a0060a44a7f.tar.gz
Fix the "depend" target and regenerate Makefile.depend:
* do not process the test-*.c files, they are not built via make * add the missing compat_stringlist.c and soelim.c * read.c now uses roff_int.h * roff.c no longer uses libmdoc.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5a8674dc..5007315a 100644
--- a/Makefile
+++ b/Makefile
@@ -102,8 +102,7 @@ SRCS = att.c \
term.c \
term_ascii.c \
term_ps.c \
- tree.c \
- $(TESTSRCS)
+ tree.c
DISTFILES = INSTALL \
LICENSE \
@@ -164,7 +163,8 @@ DISTFILES = INSTALL \
tbl.3 \
tbl.7 \
term.h \
- $(SRCS)
+ $(SRCS) \
+ $(TESTSRCS)
LIBMAN_OBJS = man.o \
man_hash.o \