aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-07-08 20:46:10 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-07-08 20:46:10 +0000
commit10a6c926fd8fa67dc73934e86a2eafc9c4dffa74 (patch)
treebe3afa87c8c229c6f95769295054fd11a48c07b3
parent6f7d8b6fb13f0fd589d1b4debf505acb5feefac2 (diff)
downloadmandoc-10a6c926fd8fa67dc73934e86a2eafc9c4dffa74.tar.gz
mandoc-10a6c926fd8fa67dc73934e86a2eafc9c4dffa74.tar.zst
mandoc-10a6c926fd8fa67dc73934e86a2eafc9c4dffa74.zip
A some missing files to TESTSRCS and DISTFILES
and add a trivial "dist" target for convenience.
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5bfa13c..72c011a6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.484 2016/07/07 23:46:36 schwarze Exp $
+# $Id: Makefile,v 1.485 2016/07/08 20:46:10 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -31,6 +31,8 @@ TESTSRCS = test-dirent-namlen.c \
test-pledge.c \
test-progname.c \
test-reallocarray.c \
+ test-rewb-bsd.c \
+ test-rewb-sysv.c \
test-sqlite3.c \
test-sqlite3_errstr.c \
test-strcasestr.c \
@@ -165,6 +167,7 @@ DISTFILES = INSTALL \
predefs.in \
roff.7 \
roff.h \
+ roff_int.h \
soelim.1 \
st.in \
tag.h \
@@ -441,6 +444,8 @@ depend: config.h
Makefile.depend > Makefile.tmp
mv Makefile.tmp Makefile.depend
+dist: mdocml.sha256
+
mdocml.sha256: mdocml.tar.gz
sha256 mdocml.tar.gz > $@