aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc1e06c51a9056297f12b33c182caafeb99827054 (patch)
tree0079eea1a7f1bf4b417baf869443e5ff2a55e36b
parenta8e6cfbec82230ce0b2a1676c7f818756dcd3c24 (diff)
downloadmandoc-c1e06c51a9056297f12b33c182caafeb99827054.tar.gz
mandoc-c1e06c51a9056297f12b33c182caafeb99827054.tar.zst
mandoc-c1e06c51a9056297f12b33c182caafeb99827054.zip
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 \