Skip to content

Commit

Permalink
fix wrong outdated ref, and makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jan 11, 2023
1 parent 9e866c4 commit 8b3f5a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ test:

# make a source distribution, used for building the spkg
dist: sagetex.sty $(pypkg) $(pyscripts) $(pkg).pdf example.pdf
python setup.py sdist --formats=gztar
sage --python setup.py sdist --formats=gztar
4 changes: 2 additions & 2 deletions py-and-sty.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1521,9 +1521,9 @@ SAGE_ROOT/venv/share/doc/sagetex.""")
% \begin{center}
% \verb+egrep -v '^( _st_.goboom| ?_st_.current_tex_line|print(.SageT)' filename.sage | md5sum+
% \end{center}
% in a shell. The included |run-sagetex-if-necessary| uses this
% in a shell. The included |sagetex-run| uses this
% mechanism to, well, only run Sage when necessary; see
% \autoref{sec:run-sagetex-if-necessary}.
% \autoref{sec:sagetex-run}.
% \begin{macrocode}
def endofdoc(self):
sagef = open(self.filename + '.sagetex.sage', 'r')
Expand Down
4 changes: 2 additions & 2 deletions sagetex.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -960,8 +960,8 @@ suggestions.
% the typesetting engine dropdown menu and then typeset.
%
% (You can also replace "|sage|" above with the
% |run-sagetex-if-necessary| script---see
% \autoref{sec:run-sagetex-if-necessary}.)
% |sagetex-run| script---see
% \autoref{sec:sagetex-run}.)
%
% \subsection{Using Beamer}
%
Expand Down

0 comments on commit 8b3f5a8

Please sign in to comment.