Subversion Repositories Local Hare Voting

Rev

Rev 26 | Rev 34 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

status:
        svn status
        @echo "use 'make commit' or 'make release'"

commit: 
        svn commit

release: 
        svn commit
        svn update -q
        date '+%y%d%m.%H' > ../tag.tmp
        (cd ..; svn copy trunk tags/`cat tag.tmp`)
        rm -f ../tag.tmp

clean:
        rm -f *~ *.pyc *.tmp