Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2005-01-09 01:14:54 +0300
committerJacek Konieczny <jajcus@jajcus.net>2005-01-09 01:14:54 +0300
commit9da917a0fcc9b4d075ce6dd760c8dbef15f2f241 (patch)
tree0341758fcad910d2bdc1bba342f6d3c44961dac3 /Makefile
parentcf58758f5cb3ce60dd790a0335dba364429512d4 (diff)
- skip tests for "make dist" -- those broke snapshot building on JS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3ec1439..66e6238 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SNAPSHOT=
DESTDIR="/"
-.PHONY: all build test version snapshot dist doc cosmetics TODO.pylint pylint ChangeLog www publish
+.PHONY: all build test version dist doc cosmetics TODO.pylint pylint ChangeLog www publish
all: build test
@@ -47,7 +47,7 @@ version:
echo "version='$(VERSION)+svn'" > pyxmpp/version.py ; \
fi
-dist: all ChangeLog
+dist: build ChangeLog
echo "version='$(VERSION)$(SNAPSHOT)'" > pyxmpp/version.py
python setup.py sdist