Changeset 149
- Timestamp:
- 10/30/04 22:47:40 (4 years ago)
- Files:
-
- trunk (modified) (1 prop)
- trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk
- Property svn:ignore changed from
*.pyc
pyxmpp
jjigw.xml
*.inst
log
*.prof
*.log
ChangeLog
dist
to
*.pyc
pyxmpp
jjigw.xml
*.inst
log
*.prof
*.log
ChangeLog
dist
cl-stamp
- Property svn:ignore changed from
trunk/Makefile
r148 r149 48 48 49 49 ChangeLog: 50 TZ=UTC svn log -v --xml | svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users 50 test -f .svn/entries && make cl-stamp || : 51 52 cl-stamp: .svn/entries 53 TZ=UTC svn log -v --xml \ 54 | aux/svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users 55 touch cl-stamp 51 56 52 57 cosmetics:
