[w3m-dev 02687] version number in w3mhelp-*.html (+[w3m-dev 02689])
From: Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2001-12-22 Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
|
||||
|
||||
* [w3m-dev 02687] version number in w3mhelp-*.html (+[w3m-dev 02689])
|
||||
* configure (cur_ver): w3mhelp*.html version subst
|
||||
* w3mhelp*.html: deleted
|
||||
* w3mhelp*.html.in: added
|
||||
|
||||
2001-12-22 Tsutomu Okada <okada@furuno.co.jp>
|
||||
|
||||
* [w3m-dev 02682]
|
||||
@@ -1425,4 +1432,4 @@
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.159 2001/12/21 21:51:11 ukai Exp $
|
||||
$Id: ChangeLog,v 1.160 2001/12/21 22:02:39 ukai Exp $
|
||||
|
8
configure
vendored
8
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.44 2001/12/21 21:37:12 ukai Exp $
|
||||
# $Id: configure,v 1.45 2001/12/21 22:02:39 ukai Exp $
|
||||
# Configuration.
|
||||
#
|
||||
|
||||
@@ -1896,6 +1896,12 @@ esac
|
||||
cvsver=`awk '\$1 ~ /[$]Id:/ { print \$3}' ChangeLog`
|
||||
sed -e 's/^#define CURRENT_VERSION "\(.*\)+cvs.*"/#define CURRENT_VERSION "\1+cvs-'$cvsver'"/' version.c.in > version.c
|
||||
|
||||
cur_ver=`sed -n 's/^#define CURRENT_VERSION *"w3m\/\([^"]*\)".*$/\1/p' version.c`
|
||||
for h in w3mhelp-{lynx,w3m}_{en,ja}.html
|
||||
do
|
||||
sed -e 's/@CURRENT_VERSION@/'$cur_ver'/' $h.in > $h
|
||||
done
|
||||
|
||||
cat > extrvers.c << EOF
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@@ -7,7 +7,7 @@
|
||||
*******
|
||||
<A HREF="http://w3m.sourceforge.net/">
|
||||
w3m</A>
|
||||
(WWW-wo-Miru) Version 0.2.3.2 by
|
||||
(WWW-wo-Miru) Version @CURRENT_VERSION@ by
|
||||
<A HREF="mailto:aito@fw.ipsj.or.jp">A.ITO</A> ********<BR>
|
||||
***** Key assign table *****
|
||||
</CENTER>
|
@@ -7,7 +7,7 @@
|
||||
<CENTER>
|
||||
*******
|
||||
<A HREF="http://w3m.sourceforge.net/">w3m</A>
|
||||
(WWW-wo-Miru) Version 0.2.3.2 by
|
||||
(WWW-wo-Miru) Version @CURRENT_VERSION@ by
|
||||
<A HREF="mailto:aito@fw.ipsj.or.jp">A.ITO(°ËÆ£¾´Â§)</A>
|
||||
********
|
||||
<BR>
|
@@ -7,7 +7,7 @@
|
||||
*******
|
||||
<A HREF="http://w3m.sourceforge.net/">
|
||||
w3m</A>
|
||||
(WWW-wo-Miru) Version 0.2.3.2 by
|
||||
(WWW-wo-Miru) Version @CURRENT_VERSION@ by
|
||||
<A HREF="mailto:aito@fw.ipsj.or.jp">A.ITO</A> ********<BR>
|
||||
***** Key assign table *****
|
||||
</CENTER>
|
@@ -7,7 +7,7 @@
|
||||
<CENTER>
|
||||
*******
|
||||
<A HREF="http://w3m.sourceforge.net/">w3m</A>
|
||||
(WWW-wo-Miru) Version 0.2.3.2 by
|
||||
(WWW-wo-Miru) Version @CURRENT_VERSION@ by
|
||||
<A HREF="mailto:aito@fw.ipsj.or.jp">A.ITO(°ËÆ£¾´Â§)</A>
|
||||
********
|
||||
<BR>
|
Reference in New Issue
Block a user