diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-23 15:33:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-23 15:33:57 +0000 |
commit | 99b164cf472f394fe3688ecc1b3766ba76fe7278 (patch) | |
tree | e444ce7522fea43a6a1d2393e21925b1193fd074 /Makefile | |
parent | 22671958d103a1eca7f6675bff049e902034637b (diff) | |
download | mandoc-99b164cf472f394fe3688ecc1b3766ba76fe7278.tar.gz |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |