Subversion Repositories Local Hare Voting

Rev

Rev 73 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 74
Line -... Line 1...
-
 
1
CGI_PATH=/p/python-2.5.1/bin/python
-
 
2
 
1
status:
3
status:
2
	svn status
4
	svn status
3
	@echo "use 'make commit' or 'make release'"
5
	@echo "use 'make commit' or 'make release'"
4
 
6
 
5
commit: 
7
commit: 
Line 9... Line 11...
9
	svn update
11
	svn update
10
 
12
 
11
release: update commit 
13
release: update commit 
12
	rm -f ../vote/*.pyc
14
	rm -f ../vote/*.pyc
13
	cp -p *.py ../vote
15
	cp -p *.py ../vote
-
 
16
	sed "1s_/usr/bin/env python_${CGI_PATH}_" vote.py > ../vote/vote.py
14
 
17
 
15
clean:
18
clean:
16
	rm -f *~ *.pyc *.tmp
19
	rm -f *~ *.pyc *.tmp