diff options
author | Rob Thomas <xrobau@gmail.com> | 2019-11-11 05:55:41 +1000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-10 20:55:41 +0100 |
commit | 2c0b0bf509ead5e301d8f47f75c57ac8f357dd15 (patch) | |
tree | f962be5e173c58cdf91d5cb94147ac18a1c161fc /docs/Makefile | |
parent | 38412b8b7aea580978c10f5005b8c25932af0a9d (diff) | |
download | vyos-documentation-2c0b0bf509ead5e301d8f47f75c57ac8f357dd15.tar.gz vyos-documentation-2c0b0bf509ead5e301d8f47f75c57ac8f357dd15.zip |
ha: T1796: add first stab of high-availability walkthrough
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 2b9976d5..5d4864e1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -25,4 +25,5 @@ help: livehtml: sphinx-autobuild --host $(AUTOHOST) --port $(AUTOPORT) $(AUTOOPTS) \ - "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
\ No newline at end of file + "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + |