diff --git a/docs/web/CMakeLists.txt b/docs/web/CMakeLists.txt index 32d3c80cf..0679d2fff 100644 --- a/docs/web/CMakeLists.txt +++ b/docs/web/CMakeLists.txt @@ -139,6 +139,7 @@ pandoc_html(release-notes-3.1.9 "--toc" "--toc-depth=2") pandoc_html(release-notes-3.1.10 "--toc" "--toc-depth=2") pandoc_html(release-notes-3.1.11 "--toc" "--toc-depth=2") pandoc_html(release-notes-3.1.12 "--toc" "--toc-depth=2") +pandoc_html(release-notes-3.1.13 "--toc" "--toc-depth=2") pandoc_html(release-notes-3.2 "--toc" "--toc-depth=2" "--number-sections" "-c css/slideshow.css") pandoc_html(release-notes-3.2.1 "--toc" "--toc-depth=2") pandoc_html(release-notes-3.2.2 "--toc" "--toc-depth=2") @@ -155,12 +156,14 @@ pandoc_html(release-notes-3.3.1 "--toc" "--toc-depth=2" "--number-sections" "- pandoc_html(release-notes-3.3.2 "--toc" "--toc-depth=2" "--number-sections" "-c css/slideshow.css") pandoc_html(release-notes-3.3.3) pandoc_html(release-notes-3.3.4 "--toc" "--toc-depth=2" "--number-sections") +pandoc_html(release-notes-3.3.5 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-3.4 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-3.4.1 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-3.4.2 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-3.4.3 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-3.4.4 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-3.4.5 "--toc" "--toc-depth=2" "--number-sections") +pandoc_html(release-notes-3.4.6 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-4.0 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-4.0.1 "--toc" "--toc-depth=2" "--number-sections") pandoc_html(release-notes-4.0.2 "--toc" "--toc-depth=2" "--number-sections")