Subversion Repositories Local Hare Voting

Rev

Rev 34 | Rev 42 | 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
        @echo "revision = \"Revision `svnversion` of `date`.\"" \
                | tee revision.py

update:
        svn update

release: commit update
        cp -p *.py ../vote

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