summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-10-01 00:55:07 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-10-01 00:55:07 +0000
commit4c765f0ca6765fa2a8aefa830f0f4c85dd992e83 (patch)
tree7f25a6c645269502ec8218772f4cc53287e91e86
parent823372d1cf2c27ac8f42ca0f4b8ec8321e72d95b (diff)
downloadmandoc-4c765f0ca6765fa2a8aefa830f0f4c85dd992e83.tar.gz
include the NEWS file into the tarball
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8ddbcc36..fecccbab 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@
#
# CFLAGS += -DOSNAME="\"OpenBSD 5.4\""
-VERSION = 1.12.2beta1
-VDATE = 30 September 2013
+VERSION = 1.12.2beta2
+VDATE = 01 October 2013
# IFF your system supports multi-byte functions (setlocale(), wcwidth(),
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
@@ -61,6 +61,7 @@ DBLN = llib-lapropos.ln llib-lmandocdb.ln llib-lman.cgi.ln llib-lcatman.ln
all: mandoc preconv demandoc $(DBBIN)
SRCS = Makefile \
+ NEWS \
TODO \
apropos.1 \
apropos.c \