Skip to content
Snippets Groups Projects
Commit c7dc8b9119a1 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

Make it clearer what "make repo" is meant for.

Closes #3330.
parent 03eb271b5261
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
rm -rf $(TMPDIR)
git ls-files -d | xargs git checkout --
# Create a git repo from an unpacked source directory.
repo: .git
......
......@@ -51,8 +51,9 @@
Note that Cython used to ship the full version control repository in its source
distribution, but no longer does so due to space constraints. To get the
full source history, make sure you have git installed, then step into the
base directory of the Cython source distribution and type::
full source history from a downloaded source archive, make sure you have git
installed, then step into the base directory of the Cython source distribution
and type::
make repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment