Skip to content

Commit 8b3f5a8

Browse files
committed
fix wrong outdated ref, and makefile target
1 parent 9e866c4 commit 8b3f5a8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ test:
6060

6161
# make a source distribution, used for building the spkg
6262
dist: sagetex.sty $(pypkg) $(pyscripts) $(pkg).pdf example.pdf
63-
python setup.py sdist --formats=gztar
63+
sage --python setup.py sdist --formats=gztar

py-and-sty.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,9 +1521,9 @@ SAGE_ROOT/venv/share/doc/sagetex.""")
15211521
% \begin{center}
15221522
% \verb+egrep -v '^( _st_.goboom| ?_st_.current_tex_line|print(.SageT)' filename.sage | md5sum+
15231523
% \end{center}
1524-
% in a shell. The included |run-sagetex-if-necessary| uses this
1524+
% in a shell. The included |sagetex-run| uses this
15251525
% mechanism to, well, only run Sage when necessary; see
1526-
% \autoref{sec:run-sagetex-if-necessary}.
1526+
% \autoref{sec:sagetex-run}.
15271527
% \begin{macrocode}
15281528
def endofdoc(self):
15291529
sagef = open(self.filename + '.sagetex.sage', 'r')

sagetex.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,8 @@ suggestions.
960960
% the typesetting engine dropdown menu and then typeset.
961961
%
962962
% (You can also replace "|sage|" above with the
963-
% |run-sagetex-if-necessary| script---see
964-
% \autoref{sec:run-sagetex-if-necessary}.)
963+
% |sagetex-run| script---see
964+
% \autoref{sec:sagetex-run}.)
965965
%
966966
% \subsection{Using Beamer}
967967
%

0 commit comments

Comments
 (0)