@@ -1020,7 +1020,7 @@ how it is built:
1020
1020
plots, adding about 4M to the :file: `local/share/doc/sage/ ` directory.
1021
1021
In the future, this may grow, of course. Note: after using this, if you
1022
1022
want to build the documentation and include the pictures, you should
1023
- run ``make doc-clean ``, because the presence, or lack, of pictures
1023
+ run ``make doc-uninstall ``, because the presence, or lack, of pictures
1024
1024
is cached in the documentation output.
1025
1025
You can benefit from this no-plot feature with other make targets by doing
1026
1026
``export SAGE_DOCBUILD_OPTS+=' --no-plot' ``
@@ -1036,8 +1036,8 @@ how it is built:
1036
1036
software, you can use ``make testall ``, ``make ptestall ``,
1037
1037
``make testalllong ``, or ``make ptestalllong ``.
1038
1038
1039
- - ``make doc-clean `` removes several directories which are produced
1040
- when building the documentation.
1039
+ - ``make doc-uninstall `` and `` make doc-clean `` each remove several
1040
+ directories which are produced when building the documentation.
1041
1041
1042
1042
- ``make distclean `` restores the Sage directory to its state before doing any
1043
1043
building: it is almost equivalent to deleting Sage's entire home directory and
0 commit comments