From 2b4cfb630509f9fb997584294eb9aece8a327d63 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 23 Mar 2011 15:33:57 +0000 Subject: Merge man_args() into man_macro.c, the only place where it's called, and make its return value boolean (we don't care about QWORD). We can move it into mdoc_macro.c because it's basically just a wrapper around mandoc_getarg(). Then blow away man_argv.c, which is left empty. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f075a4c7..9c17d400 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,6 @@ SRCS = Makefile \ main.h \ man.7 \ man.c \ - man_argv.c \ man_hash.c \ man_html.c \ man_macro.c \ @@ -104,7 +103,6 @@ SRCS = Makefile \ vol.in LIBMAN_OBJS = man.o \ - man_argv.o \ man_hash.o \ man_macro.o \ man_validate.o -- cgit v1.2.3-56-ge451