Commit 70bbd79f authored by Stefan Behnel's avatar Stefan Behnel

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

Closes #3330.
parent 1bc86b57
......@@ -26,6 +26,7 @@ TMPDIR = .repo_tmp
rm -rf $(TMPDIR)
git ls-files -d | xargs git checkout --
# Create a git repo from an unpacked source directory.
repo: .git
......
......@@ -59,8 +59,9 @@ Get the full source history:
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment