aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-13 03:40:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-13 03:40:13 +0000
commit41c83570cd0b176c663b583e5990f9869f214754 (patch)
tree95da442ae18416eff5593d4cdb041f4ad5bc78c7 /Makefile
parent8778c0e49080778fd04dc5a3c1aac38addbfa5a4 (diff)
downloadmandoc-41c83570cd0b176c663b583e5990f9869f214754.tar.gz
mandoc-41c83570cd0b176c663b583e5990f9869f214754.tar.zst
mandoc-41c83570cd0b176c663b583e5990f9869f214754.zip
Cleanup, no functional change:
In libroff.h, nothing was left except the eqn(7) parser interface, which isn't really part of the roff(7) parser, so rename it to eqn_parse.h. While here, move struct eqn_def to eqn.c because that's the only file using it, and let eqn_box_free() and eqn_free() handle NULL.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d7652649..b76f6510 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.522 2018/12/13 02:06:07 schwarze Exp $
+# $Id: Makefile,v 1.523 2018/12/13 03:40:13 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -155,13 +155,13 @@ DISTFILES = INSTALL \
dbm_map.h \
demandoc.1 \
eqn.7 \
+ eqn_parse.h \
gmdiff \
html.h \
lib.in \
libman.h \
libmandoc.h \
libmdoc.h \
- libroff.h \
main.h \
makewhatis.8 \
man.1 \