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-31 18:20:14 +0300
committerJacek Konieczny <jajcus@jajcus.net>2004-10-31 18:20:14 +0300
commit842de0a3ba703f775c4059e19e68322efb871320 (patch)
treef3db2e37caacd2d8f9f2df4f331230a533a48ceb /Makefile
parentb7609c8989c94289009d0ca8b687d05d9414d2f9 (diff)
- better format of ChangeLog entries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 143e47b..b615ac4 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ ChangeLog:
cl-stamp: .svn/entries
TZ=UTC svn log -v --xml \
- | aux/svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users
+ | aux/svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users -F
touch cl-stamp
cosmetics: