summaryrefslogtreecommitdiffstats
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
commite8e468f87237253e5bdaaef7631457e73b73332e (patch)
treed49140826788ee85e98a65b247b25c49d1bed228
parent79aa90b84e17a4ea5f76346ab96af632fafbc55a (diff)
downloadmandoc-e8e468f87237253e5bdaaef7631457e73b73332e.tar.gz
A some missing files to TESTSRCS and DISTFILES
and add a trivial "dist" target for convenience.
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cbb63d2..dff08a9d 100644
--- a/Makefile
+++ b/Makefile
@@ -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 > $@