aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-03-06 11:19:42 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-03-06 11:19:42 +0000
commitde3cf9d38f0711b5f172033040246f5c7bba4fe7 (patch)
treec7d0238a32b4371a757cfc51c7e0ebca6d2575d4
parent0df69c1e73797280f13714a991c4829655e432a3 (diff)
downloadmandoc-de3cf9d38f0711b5f172033040246f5c7bba4fe7.tar.gz
mandoc-de3cf9d38f0711b5f172033040246f5c7bba4fe7.tar.zst
mandoc-de3cf9d38f0711b5f172033040246f5c7bba4fe7.zip
work towards 1.14.5, mostly updating WWW_INCS
-rw-r--r--Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 74daff14..31ea921c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.528 2019/03/04 13:01:57 schwarze Exp $
+# $Id: Makefile,v 1.529 2019/03/06 11:19:42 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2019 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-VERSION = 1.14.4
+VERSION = 1.14.5
# === LIST OF FILES ====================================================
@@ -37,9 +37,9 @@ TESTSRCS = test-be32toh.c \
test-PATH_MAX.c \
test-pledge.c \
test-progname.c \
- test-recvmsg.c \
test-reallocarray.c \
test-recallocarray.c \
+ test-recvmsg.c \
test-rewb-bsd.c \
test-rewb-sysv.c \
test-sandbox_init.c \
@@ -354,6 +354,7 @@ WWW_MANS = apropos.1.html \
mandocd.8.html
WWW_INCS = eqn.h.html \
+ html.h.html \
man.h.html \
manconf.h.html \
mandoc.h.html \
@@ -362,7 +363,9 @@ WWW_INCS = eqn.h.html \
mansearch.h.html \
mdoc.h.html \
roff.h.html \
- tbl.h.html
+ tbl.h.html \
+ tbl_int.h.html \
+ tbl_parse.h.html
# === USER CONFIGURATION ===============================================
@@ -591,6 +594,6 @@ mandoc-$(VERSION).tar.gz: $(DISTFILES)
highlight -I $< > $@
.1.1.html .3.3.html .5.5.html .7.7.html .8.8.html: mandoc
- ./mandoc -Thtml -O \
- style=/mandoc.css,man=/man/%N.%S.html,includes=/includes/%I.html \
- $< > $@
+ mandoc -Thtml -Wwarning,stop \
+ -O 'style=/mandoc.css,man=/man/%N.%S.html;https://man.openbsd.org/%N.%S,includes=/includes/%I.html' \
+ $< > $@