aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-04-22 22:05:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-04-22 22:05:24 +0000
commit9a4f79b8ca10cc2f4f3665e85ffc339ecf8b8d7d (patch)
treec2557ba6cbd20bbbb1f7af2f3038eabd31a81863
parentf9d5375f4ccd0f247e411f6362150e234e2fed71 (diff)
downloadmandoc-9a4f79b8ca10cc2f4f3665e85ffc339ecf8b8d7d.tar.gz
mandoc-9a4f79b8ca10cc2f4f3665e85ffc339ecf8b8d7d.tar.zst
mandoc-9a4f79b8ca10cc2f4f3665e85ffc339ecf8b8d7d.zip
include the LICENSE into the distribution tarball
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27a5f305..7069201a 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,8 @@ TESTSRCS = test-betoh64.c \
test-strnlen.c \
test-strptime.c
-SRCS = Makefile \
+SRCS = LICENSE \
+ Makefile \
NEWS \
TODO \
apropos.1 \