File tree 2 files changed +9
-11
lines changed 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,8 @@ doctest:
87
87
@echo " Testing of doctests in the sources finished, look at the " \
88
88
" results in _build/doctest/output.txt."
89
89
90
- sf :
91
- cd _build/html; \
92
- rsync -avz
. jdh2358,
[email protected] :/home/groups/m/ma/matplotlib/htdocs/sampledoc -essh --cvs-exclude
93
-
94
-
95
- sfpdf :
96
- cd _build/latex; \
97
- scp sampledoc.pdf jdh2358,
[email protected] :/home/groups/m/ma/matplotlib/htdocs/sampledoc/
98
-
90
+ pdf : latex
91
+ cd _build/latex && make all-pdf
99
92
93
+ pdf-html : pdf html
94
+ cp _build/latex/sampledoc.pdf _build/html
Original file line number Diff line number Diff line change @@ -15,8 +15,11 @@ end up with this site -- it's the bootstrapping documentation tutorial
15
15
that writes itself!
16
16
17
17
The source code for this tutorial lives in mpl git (see
18
- :ref: `fetching-the-data `) and you can grab a hardcopy of the
19
- `sampledoc PDF <sampledoc.pdf >`_
18
+ :ref: `fetching-the-data `).
19
+
20
+ .. only :: html
21
+
22
+ You can also grab a hardcopy of the `sampledoc PDF <sampledoc.pdf >`_
20
23
21
24
.. toctree ::
22
25
:maxdepth: 2
You can’t perform that action at this time.
0 commit comments