diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-07-14 23:16:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-07-14 23:16:29 +0000 |
commit | 2b56f6d999fa4eaa5790ac8a55e49a0060a44a7f (patch) | |
tree | ee37ef0f54aa70fe15f2f66602d2e9426dfb04a1 /Makefile | |
parent | 82f68435ec94617def4d119815bea3192b14e66c (diff) | |
download | mandoc-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 \ |