Skip to content

Commit 8008b5e

Browse files
authored
Updating PDF instructions
1 parent e15f464 commit 8008b5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wiki/Building_a_release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Making and testing the tar-ball
113113
``` bash
114114
drevil:~tmp1/biopython/> pip install -r .circleci/requirements-sphinx.txt
115115
drevil:~tmp1/biopython/> make -C Doc latexpdf
116+
drevil:~tmp1/biopython/> cp Doc/_build/latex/Biopython_doc.pdf Doc/
116117
drevil:~tmp1/biopython/> make clean -C Doc
117118
```
118119

@@ -130,7 +131,7 @@ Making and testing the tar-ball
130131
drevil:~tmp1/> cd biopython-1.78
131132
```
132133

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
134135

135136
14. make sure I can build and test it
136137

0 commit comments

Comments
 (0)