From 653108bcc22795006720d53b57b63bda7089e9d9 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 23 Feb 2018 17:14:02 -0800 Subject: Supply reference manual information. --- docs/publish.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs/publish.sh') 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 -# Copyright 2017 Capitar IT Group BV +# Copyright 2018 Staysail Systems, Inc. +# Copyright 2018 Capitar IT Group BV # 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 \ -- cgit v1.2.3-70-g09d2