We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15f464 commit 8008b5eCopy full SHA for 8008b5e
1 file changed
wiki/Building_a_release.md
@@ -113,6 +113,7 @@ Making and testing the tar-ball
113
``` bash
114
drevil:~tmp1/biopython/> pip install -r .circleci/requirements-sphinx.txt
115
drevil:~tmp1/biopython/> make -C Doc latexpdf
116
+ drevil:~tmp1/biopython/> cp Doc/_build/latex/Biopython_doc.pdf Doc/
117
drevil:~tmp1/biopython/> make clean -C Doc
118
```
119
@@ -130,7 +131,7 @@ Making and testing the tar-ball
130
131
drevil:~tmp1/> cd biopython-1.78
132
133
- Check to make sure it includes the Tutorial PDF file under Doc
134
+ Check to make sure it includes the documentation PDF file under Doc
135
136
14. make sure I can build and test it
137
0 commit comments