Changeset 149

Show
Ignore:
Timestamp:
10/30/04 22:47:40 (4 years ago)
Author:
jajcus
Message:

- another attempt to make good 'ChangeLog?' make target

Files:

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
  • trunk/Makefile

    r148 r149  
    4848 
    4949ChangeLog:  
    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         
     52cl-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 
    5156 
    5257cosmetics: