summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-11-28 18:36:35 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-11-28 18:36:35 +0000
commiteb9e2934b8348c51d01cc87f4d2ab21263627cf3 (patch)
treed453fd594ce23528934b318370906ad0e63324ef /Makefile
parente648fcd63ca4a6932755144a7cfaad0a3f55cffa (diff)
downloadmandoc-eb9e2934b8348c51d01cc87f4d2ab21263627cf3.tar.gz
Retire support for CSRG supplementary document titles. These are
long obsolete and were never written in mdoc(7) in the first place. Removes 100 lines from source files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 92dc6620..ece89a61 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,6 @@ SRCS = att.c \
term_ascii.c \
term_ps.c \
tree.c \
- vol.c \
$(TESTSRCS)
DISTFILES = INSTALL \
@@ -150,7 +149,6 @@ DISTFILES = INSTALL \
tbl.3 \
tbl.7 \
term.h \
- vol.in \
$(SRCS)
LIBMAN_OBJS = man.o \
@@ -165,8 +163,7 @@ LIBMDOC_OBJS = att.o \
mdoc_hash.o \
mdoc_macro.o \
mdoc_validate.o \
- st.o \
- vol.o
+ st.o
LIBROFF_OBJS = eqn.o \
roff.o \