diff --git a/man/buildman.sh b/man/buildman.sh index 5a0713a2e..d7371c03a 100755 --- a/man/buildman.sh +++ b/man/buildman.sh @@ -2,8 +2,8 @@ # To install required tools in debian: # sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra -pandoc manual.md -o manual.pdf -s --number-sections -pandoc manual.md -o manual.html -s --number-sections +pandoc manual.md -o manual.pdf -s --number-sections --toc +pandoc manual.md -o manual.html -s --number-sections --toc -pandoc reference-cfg-format.md -o reference-cfg-format.pdf -s --number-sections -pandoc reference-cfg-format.md -o reference-cfg-format.html -s --number-sections +pandoc reference-cfg-format.md -o reference-cfg-format.pdf -s --number-sections --toc +pandoc reference-cfg-format.md -o reference-cfg-format.html -s --number-sections --toc diff --git a/man/manual.md b/man/manual.md index ba1eabb5f..b825e1378 100644 --- a/man/manual.md +++ b/man/manual.md @@ -3,7 +3,6 @@ title: Cppcheck manual subtitle: Version 1.90 dev author: Cppcheck team lang: en -toc: true documentclass: report --- diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index 3bfc1c0a9..5f404a4f8 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -3,7 +3,6 @@ title: Cppcheck .cfg format subtitle: Version 1.90 dev author: Cppcheck team lang: en -toc: true documentclass: report ---