X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Makefile.in;h=56e8a6838d5cda7565ef0532d0f8ad3569c1f98c;hb=17f5902a4cd87ca635f4de06ac8f541d13e40182;hp=857ebb4a3e102185b235600d1906c5fa08a085fa;hpb=e82c7edee59c6e5a02e600ee124605a6055f72b8;p=mediagoblin.git diff --git a/Makefile.in b/Makefile.in index 857ebb4a..56e8a683 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,6 +167,8 @@ distclean: $(maybe_venv_clean) rm -rf node_modules rm -vf $(srcdir)/Makefile +check: + ./runtests.sh ########################################################################### # These things aren't really tested / supported yet. @@ -178,17 +180,8 @@ distclean: $(maybe_venv_clean) ## 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 -# $(maybe_venved_python) setup.py sdist - mkdir $(PACKAGE_DISTNAME) - cp -r $(DISTFILES) $(PACKAGE_DISTNAME) - tar -czf $(PACKAGE_DISTNAME).tar.gz $(PACKAGE_DISTNAME) - rm -rf $(PACKAGE_DISTNAME) - -# Use the setup.py check command -check: - ./runtests.sh +dist: $(maybe_venv_dep) + $(maybe_venved_python) setup.py sdist # setup.py might complain if a directory doesn't exist so just in case, make the directory # here