aboutsummaryrefslogtreecommitdiff
path: root/docs/man/publish.sh
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-08-02 11:58:44 -0700
committerGarrett D'Amore <garrett@damore.org>2020-08-02 11:58:44 -0700
commit0b7ee395e832165b2e7726231cc12bb06b3bbe5b (patch)
tree17bde337059ed70a1ee5734f6af3c85eee6ac8a5 /docs/man/publish.sh
parent07846a10b7a840b206a1c24f1df70e2fbaed1fd4 (diff)
downloadnng-0b7ee395e832165b2e7726231cc12bb06b3bbe5b.tar.gz
nng-0b7ee395e832165b2e7726231cc12bb06b3bbe5b.tar.bz2
nng-0b7ee395e832165b2e7726231cc12bb06b3bbe5b.zip
fixes #1270 Move web page publication tool to main branch
Diffstat (limited to 'docs/man/publish.sh')
-rwxr-xr-xdocs/man/publish.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/man/publish.sh b/docs/man/publish.sh
deleted file mode 100755
index 9435c9e1..00000000
--- a/docs/man/publish.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
-# 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
-# found online at https://opensource.org/licenses/MIT.
-#
-#
-cat <<EOF
-*** DO NOT USE THIS SCRIPT ***
-
-We moved this to the gh-pages branch.
-
-To publish updates:
-
- * git checkout the gh-pages branch
- * run the _tools/pubrefman.sh script in gh-pages
- * _tools/pubrefman.sh can take a tag (e.g. "v1.2.4") as an argument
- * push the gh-pages branch
-
-EOF
-exit 1 \ No newline at end of file