summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-23 15:33:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-23 15:33:57 +0000
commit2b4cfb630509f9fb997584294eb9aece8a327d63 (patch)
tree7619648c6721c19fbfe4a6e92e7118a3e8f97d26 /Makefile
parent589f74a138ab93e81b858ebb9a8218a19d5a2017 (diff)
downloadmandoc-2b4cfb630509f9fb997584294eb9aece8a327d63.tar.gz
mandoc-2b4cfb630509f9fb997584294eb9aece8a327d63.tar.zst
mandoc-2b4cfb630509f9fb997584294eb9aece8a327d63.zip
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--Makefile2
1 files changed, 0 insertions, 2 deletions
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