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>2003-08-14 12:49:59 +0400
committerJacek Konieczny <jajcus@jajcus.net>2003-08-14 12:49:59 +0400
commit4e4510e9ff2acf08eba1afee31ff6a570545e29b (patch)
tree6299542efebc4f220580f0f7609ccd5c39b33579 /Makefile
parent800ef19006389858d6db6a716a3aaf28ec3d81e8 (diff)
- cjc has been moved
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 778bc07..9023836 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,6 @@ version:
SNAPSHOT=.`find . -name "*.py" '!' -name "version.py" -printf '%TY%Tm%Td\n' | sort -r | head -1` ; \
fi ; \
echo "version='$(BASE_VERSION)$$SNAPSHOT'" > pyxmpp/version.py ; \
- echo "version='$(BASE_VERSION)$$SNAPSHOT'" > examples/cjc/version.py ; \
snapshot: version dist