Subversion Repositories Local Hare Voting

Rev

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

Rev 42 Rev 75
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: 
6
	svn commit
8
	svn commit
7
 
9
 
8
revision:
-
 
9
	@echo "revision = \"Revision `svnversion` of `date`.\"" \
-
 
10
		| tee revision.py
-
 
11
 
-
 
12
update:
10
update:
13
	svn update
11
	svn update
14
 
12
 
15
release: update commit revision
13
release: update commit 
-
 
14
	rm -f ../vote/*.pyc
16
	cp -p *.py ../vote
15
	cp -p *.py ../vote
-
 
16
	sed "1s_/usr/bin/env python_${CGI_PATH}_" vote.py > ../vote/vote.py
17
 
17
 
18
clean:
18
clean:
19
	rm -f *~ *.pyc *.tmp
19
	rm -f *~ *.pyc *.tmp