JWS-116 Updated the VA pages with the new passwords and turnkey versions
[jabaws.git] / docs / generate_manual.sh
1 #!/usr/bin/env bash
2
3 # run from ./docs
4 rm -rf _build
5 # generating the html pages
6 make html
7 mkdir ../website/docs
8 cp -r _build/html/* ../website/docs/
9 # extra for testing
10 mkdir ../../jabaws-2.2-dev/docs
11 cp -r _build/html/* ../../jabaws-2.2-dev/docs/
12
13 # # generating the pdf
14 # make latex
15 # # manual edit to remove unecessary ines in the index page
16 # # also edit the author list to
17 # # \author{Peter Troshin, et al.}
18 # # \begin{sphinxadmonition}{note}{Note:}
19 # # Some of the links might not work properly in the pdf version...
20 # # \end{sphinxadmonition}
21 # cp _build/latex/JABAWS.pdf ../../jabaws-2.2-dev/docs/jabaws_manual.pdf
22 # cp _build/latex/JABAWS.pdf ../website/docs/jabaws_manual.pdf