Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 050b27f

Browse files
committed
Fix release guide
1 parent 8ec5b2c commit 050b27f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/devel/release_guide.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@ In the matplotlib source repository, build the documentation::
115115
python make.py latex
116116

117117
Then copy the build products into your local checkout of the
118-
`matplotlib.github.com` repository::
118+
`matplotlib.github.com` repository (assuming here to be checked out in
119+
`~/matplotlib.github.com`::
119120

120121
cp -r build/html/* ~/matplotlib.github.com
121-
cp
122+
cp build/latex/Matplotlib.pdf ~/matplotlib.github.com
122123

123124
Then, from the `matplotlib.github.com` directory, commit and push the
124125
changes upstream::

0 commit comments

Comments
 (0)