Update voltctl release page with more curent jenkins info
Fixed a few lint problems.
Added a few more doc edits that were pending.
Change-Id: I3604588945f20a3592696a953e76cdea9812ff4c
diff --git a/Makefile b/Makefile
index 0787d60..ba5bba0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# -*- makefile -*-
# -----------------------------------------------------------------------
-# Copyright 2022-2023 Open Networking Foundation
+# Copyright 2022-2023 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -88,9 +88,26 @@
source $</bin/activate ; set -u ;\
sphinx-reload $(SOURCEDIR)
-# lint and link verification. linkcheck is part of sphinx
+## -----------------------------------------------------------------------
+## Intent: lint and link verification. linkcheck is part of sphinx
+## -----------------------------------------------------------------------
test: lint linkcheck
+## -----------------------------------------------------------------------
+## Intent: Exercise all generation targets
+## -----------------------------------------------------------------------
+test-all-targets += html
+test-all-targets += coverage
+# test-all-targets += changes
+# test-all-targets += info
+test-all-targets += man
+test-all-targe4ts += text
+# test-all-targets += latex
+
+
+test-all : test
+ $(MAKE) $(test-all-targets)
+
# doctest
# coverage
# linkcheck