mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Tweak www and add RELEASE variable for current release version so we don't need
to turn it back and forth when updating.
This commit is contained in:
		@@ -267,4 +267,4 @@ update-index.html:
 | 
				
			|||||||
			convert "$$i" -resize 200x150 "small-$$i"; \
 | 
								convert "$$i" -resize 200x150 "small-$$i"; \
 | 
				
			||||||
		done \
 | 
							done \
 | 
				
			||||||
	)
 | 
						)
 | 
				
			||||||
	sed "s/%%VERSION%%/${VERSION}/g" www/index.html.in >www/index.html
 | 
						sed "s/%%RELEASE%%/${RELEASE}/g" www/index.html.in >www/index.html
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,6 +2,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Miscellaneous autofoo bullshit.
 | 
					# Miscellaneous autofoo bullshit.
 | 
				
			||||||
AC_INIT(tmux, 2.0)
 | 
					AC_INIT(tmux, 2.0)
 | 
				
			||||||
 | 
					RELEASE=1.9a
 | 
				
			||||||
 | 
					AC_SUBST(RELEASE)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_CONFIG_AUX_DIR(etc)
 | 
					AC_CONFIG_AUX_DIR(etc)
 | 
				
			||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
 | 
					AM_INIT_AUTOMAKE([foreign subdir-objects])
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@
 | 
				
			|||||||
	    <div id="left-menu-container">
 | 
						    <div id="left-menu-container">
 | 
				
			||||||
		<p id="upper-left-title">tmux</p>
 | 
							<p id="upper-left-title">tmux</p>
 | 
				
			||||||
		<ul id="left-menu">
 | 
							<ul id="left-menu">
 | 
				
			||||||
		<li><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">Download</a></li>
 | 
							<li><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz">Download</a></li>
 | 
				
			||||||
		<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/README">README</a></li>
 | 
							<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/README">README</a></li>
 | 
				
			||||||
		<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">Manual Page</a></li>
 | 
							<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">Manual Page</a></li>
 | 
				
			||||||
		<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/FAQ">FAQ</a></li>
 | 
							<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/FAQ">FAQ</a></li>
 | 
				
			||||||
@@ -31,9 +31,9 @@ background) and reattach them to a different terminal. And do a lot more. See
 | 
				
			|||||||
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">
 | 
					<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">
 | 
				
			||||||
the manual</a>.</p>
 | 
					the manual</a>.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p><b><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">
 | 
					<p><b><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz">
 | 
				
			||||||
Download tmux %%VERSION%%</a></b>
 | 
					Download tmux %%RELEASE%%</a></b>
 | 
				
			||||||
<b><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/CHANGES">(Changelog)</a></b> or
 | 
					<b><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/CHANGES">(changelog)</a></b> or
 | 
				
			||||||
<a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">
 | 
					<a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">
 | 
				
			||||||
get the development version.</a>
 | 
					get the development version.</a>
 | 
				
			||||||
tmux is hosted on
 | 
					tmux is hosted on
 | 
				
			||||||
@@ -41,8 +41,7 @@ tmux is hosted on
 | 
				
			|||||||
and needs
 | 
					and needs
 | 
				
			||||||
<a href="http://www.monkey.org/~provos/libevent/">libevent</a>
 | 
					<a href="http://www.monkey.org/~provos/libevent/">libevent</a>
 | 
				
			||||||
and
 | 
					and
 | 
				
			||||||
<a href="http://invisible-island.net/ncurses/">ncurses</a>
 | 
					<a href="http://invisible-island.net/ncurses/">ncurses</a>.</p>
 | 
				
			||||||
.</p>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>For support contact the
 | 
					<p>For support contact the
 | 
				
			||||||
<a href="mailto:tmux-users@lists.sf.net">tmux-users@lists.sf.net</a>
 | 
					<a href="mailto:tmux-users@lists.sf.net">tmux-users@lists.sf.net</a>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user