aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-13 07:28:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-13 07:28:27 +0000
commit48b62a55d6c75588b6450faa191c7f9166de0cbd (patch)
tree330bcbfae90494d64205134967e3c2862b6fff75 /Makefile
parentef4eacb2307e8303d7e4555864132f376af2ac59 (diff)
downloadmandoc-48b62a55d6c75588b6450faa191c7f9166de0cbd.tar.gz
mandoc-48b62a55d6c75588b6450faa191c7f9166de0cbd.tar.zst
mandoc-48b62a55d6c75588b6450faa191c7f9166de0cbd.zip
Cleanup, no functional change:
Finally merge the pointless file st.in into st.c. Nobody should do operating systems dependent changes to standards: By definition, standards are the same for every operating system. While here, libmdoc.h no longer requires mdoc.h.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8bfc1acc..d40c6bc1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.524 2018/12/13 05:23:37 schwarze Exp $
+# $Id: Makefile,v 1.525 2018/12/13 07:28:27 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -199,7 +199,6 @@ DISTFILES = INSTALL \
roff.h \
roff_int.h \
soelim.1 \
- st.in \
tag.h \
tbl.3 \
tbl.7 \