mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Move to 0.8.
This commit is contained in:
		
							
								
								
									
										9
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,16 +1,16 @@
 | 
			
		||||
# $Id: Makefile,v 1.110 2009-02-07 08:36:34 nicm Exp $
 | 
			
		||||
# $Id: Makefile,v 1.111 2009-02-08 14:11:37 nicm Exp $
 | 
			
		||||
 | 
			
		||||
.SUFFIXES: .c .o .y .h
 | 
			
		||||
.PHONY: clean update-index.html upload-index.html
 | 
			
		||||
 | 
			
		||||
PROG= tmux
 | 
			
		||||
VERSION= 0.7
 | 
			
		||||
VERSION= 0.8
 | 
			
		||||
 | 
			
		||||
OS!= uname
 | 
			
		||||
REL!= uname -r
 | 
			
		||||
DATE!= date +%Y%m%d-%H%M
 | 
			
		||||
 | 
			
		||||
#FDEBUG= 1
 | 
			
		||||
FDEBUG= 1
 | 
			
		||||
 | 
			
		||||
META?= \002 # C-b
 | 
			
		||||
 | 
			
		||||
@@ -127,8 +127,7 @@ clean:
 | 
			
		||||
		rm -f ${CLEANFILES}
 | 
			
		||||
 | 
			
		||||
upload-index.html:
 | 
			
		||||
		scp index.html nicm@shell.sf.net:index.html
 | 
			
		||||
		ssh nicm@shell.sf.net sh update-index-tmux.sh
 | 
			
		||||
		scp index.html nicm@web.sf.net:/home/groups/t/tm/tmux/htdocs
 | 
			
		||||
 | 
			
		||||
update-index.html:
 | 
			
		||||
		sed "s/%%VERSION%%/${VERSION}/g" index.html.in >index.html
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user