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>2011-05-08 15:57:10 +0400
committerJacek Konieczny <jajcus@jajcus.net>2011-05-08 15:57:10 +0400
commitbddc2e7bf59b76236234d97b84787d28bc51e39b (patch)
treefd6f6b25c9b5107743d0147805a84548b4f0ff1b
parenta480724c9566356a89c8fd2019004722419dd50c (diff)
Always 'make doc' for 'make dist'pyxmpp2-fork-started
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ce67e0..e589eb7 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ version:
echo "version='$(VERSION)+git'" >> pyxmpp/version.py ; \
fi
-dist: build ChangeLog
+dist: build ChangeLog doc
-rm -f MANIFEST
echo "version='$(VERSION)$(SNAPSHOT)'" > pyxmpp/version.py
python setup.py sdist