aboutsummaryrefslogtreecommitdiff
path: root/docs/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/publish.sh')
-rwxr-xr-xdocs/publish.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/publish.sh b/docs/publish.sh
index 61c13248..85c2107c 100755
--- a/docs/publish.sh
+++ b/docs/publish.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright 2017 Garrett D'Amore <garrett@damore.org>
-# Copyright 2017 Capitar IT Group BV <info@capitar.com>
+# Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+# Copyright 2018 Capitar IT Group BV <info@capitar.com>
# This software is supplied under the terms of the MIT License, a
# copy of which should be located in the distribution where this
# file was obtained (LICENSE.txt). A copy of the license may also be
@@ -26,6 +26,8 @@ cd ${srcdir}
vers=$(cat ../.version)
dstman=${dstdir}/man/v${vers}
name=nng
+MANMANUAL="NNG Reference Manual"
+MANSOURCE="NNG"
giturl="${GITURL:-git@github.com:nanomsg/nng}"
@@ -75,6 +77,9 @@ EOF
env ${epoch} asciidoctor \
+ -dmanpage \
+ -amansource="${MANSOURCE}" \
+ -amanmanual="${MANMANUAL}" \
-aversion-label=${name} \
-arevnumber=${vers} \
-askip-front-matter \