aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite1c3bf5030411d1b27f5509c2027238b63c1a49e (patch)
tree9689997a061faac6d4f33404018d5396b816bb09 /Makefile
parent1b9c7a73647aa4ad0d422970be3705aec73010ad (diff)
downloadmandoc-e1c3bf5030411d1b27f5509c2027238b63c1a49e.tar.gz
mandoc-e1c3bf5030411d1b27f5509c2027238b63c1a49e.tar.zst
mandoc-e1c3bf5030411d1b27f5509c2027238b63c1a49e.zip
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--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fa8e26b0..cc7fd8ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.463 2015/05/21 00:04:38 schwarze Exp $
+# $Id: Makefile,v 1.464 2015/07/14 23:16:29 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 \