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-10-30 23:24:11 +0400
committerJacek Konieczny <jajcus@jajcus.net>2004-10-30 23:24:11 +0400
commit059cf09a27e6dd3da496a1cccedf509fda45cf32 (patch)
treee9152d153433d40c09eee26b0060528d75abcc4f /Makefile
parent26a7c8708dfe12da8cb4d669ea1c130e3a731572 (diff)
- ChangeLog depending on .svn/entries was a bad idea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d697423..c88977d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all: version
doc:
$(MAKE) -C doc
-ChangeLog: .svn/entries
+ChangeLog:
TZ=UTC svn log -v --xml | aux/svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users
pylint: TODO.pylint