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 19:08:16 +0400
committerJacek Konieczny <jajcus@jajcus.net>2004-10-30 19:08:16 +0400
commit26a7c8708dfe12da8cb4d669ea1c130e3a731572 (patch)
tree7cb776e606b65a81013ac4dcd4d9efcbca45333c /Makefile
parent2def35bd30fc0c6a5cff696921349e236f8ce22b (diff)
- include svn2.log in sources
- ChangeLog make target made dependent on .svn/entries - ChangeLog deleted for the repository -- it is to be regenerated in the working dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f39a64a..d697423 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SNAPSHOT=
DESTDIR="/"
-.PHONY: all version snapshot dist doc ChangeLog cosmetics TODO.pylint pylint
+.PHONY: all version snapshot dist doc cosmetics TODO.pylint pylint
all: version
umask 022 ; python setup.py build
@@ -15,8 +15,8 @@ all: version
doc:
$(MAKE) -C doc
-ChangeLog:
- TZ=UTC svn log -v --xml | svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users
+ChangeLog: .svn/entries
+ TZ=UTC svn log -v --xml | aux/svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users
pylint: TODO.pylint