aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit560696ce92cca612e78e0d8b5b367f419a60eed2 (patch)
treed44cf029f5227119a85c0f43df67de0f73b99cbb /Makefile
parentf65d8fa10a5663d103fcbcfb782054aac63efd23 (diff)
downloadmandoc-560696ce92cca612e78e0d8b5b367f419a60eed2.tar.gz
mandoc-560696ce92cca612e78e0d8b5b367f419a60eed2.tar.zst
mandoc-560696ce92cca612e78e0d8b5b367f419a60eed2.zip
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--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 63342293..c2548622 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.446 2014/11/28 18:09:01 schwarze Exp $
+# $Id: Makefile,v 1.447 2014/11/28 18:36:35 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 \