diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-06-02 10:56:30 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-06-02 10:56:30 -0500 |
commit | e82c7edee59c6e5a02e600ee124605a6055f72b8 (patch) | |
tree | b124f73146bb283299c6bfbc28106e6f3f774ce6 /Makefile.in | |
parent | 9bb2291aac63e01b55b241bee01675afff3f02ca (diff) | |
download | mediagoblin-e82c7edee59c6e5a02e600ee124605a6055f72b8.tar.lz mediagoblin-e82c7edee59c6e5a02e600ee124605a6055f72b8.tar.xz mediagoblin-e82c7edee59c6e5a02e600ee124605a6055f72b8.zip |
Comment on why we're not using `make dist`... yet
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0cf8eab2..857ebb4a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -173,6 +173,10 @@ distclean: $(maybe_venv_clean) ########################################################################### +## NOTE: We don't use this yet, we use ./devtools/maketarball.sh +## We can't switch out ./devtools/maketarball.sh in here because +## it requires a git revision as a first argument, which +## doesn't always work here # You can either use the setup.py sdist command or you can roll your own here dist: extlib |