Skip to content

Commit

Permalink
Rustdoc from stage N *minus* 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Sep 8, 2020
1 parent 7931209 commit 69fa00a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/building/stages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/building/stages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Rows are things that can be used together to build a program.
\\

\noindent \verb|./x.py build --stage N| builds programs in \emph{column} \verb|N| (except rustdoc - it builds rustdoc from column \verb|N + 1|).\\
\noindent \verb|./x.py build --stage N| builds programs in \emph{column} \verb|N| (except rustdoc - it builds rustdoc from column \verb|N - 1|).\\
\noindent \verb|./x.py test --stage N| builds and tests everything in \emph{row} \verb|N|.\\
\noindent \verb|./x.py doc --stage N| generates docs with rustdoc from \emph{row} \verb|N|.\\
};
Expand Down

0 comments on commit 69fa00a

Please sign in to comment.