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>2004-09-12 00:48:57 +0400
committerJacek Konieczny <jajcus@jajcus.net>2004-09-12 00:48:57 +0400
commitc9b7f75b295c3d86b57b9602c87b04135373f5d6 (patch)
tree9cffb21fda229d24be11191ecc78a7b485f4149d /Makefile
parent4df48c923ba880c4d2c72da79ce825b933aac6e1 (diff)
- cleaning up the code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fce96b7..cb7adf5 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION=0.5
DESTDIR="/"
-.PHONY: all version snapshot dist
+.PHONY: all version snapshot dist doc
all: version
umask 022 ; python setup.py build
@@ -10,6 +10,9 @@ all: version
-cd examples ; chmod a+x *.py
-cd tests ; rm -f pyxmpp 2>/dev/null ; ln -s ../build/lib*/pyxmpp .
-cd tests ; chmod a+x *.py
+
+doc:
+ $(MAKE) -C doc
version:
if test -f "CVS/Entries" ; then \