diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-10-01 00:55:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-10-01 00:55:07 +0000 |
commit | 4c765f0ca6765fa2a8aefa830f0f4c85dd992e83 (patch) | |
tree | 7f25a6c645269502ec8218772f4cc53287e91e86 | |
parent | 823372d1cf2c27ac8f42ca0f4b8ec8321e72d95b (diff) | |
download | mandoc-4c765f0ca6765fa2a8aefa830f0f4c85dd992e83.tar.gz |
include the NEWS file into the tarball
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 \ |