Skip to content

Commit

Permalink
Updated release targets of maintainer makefile and modified other fil…
Browse files Browse the repository at this point in the history
…es to support new method of building release.

git-svn-id: https://ctags.svn.sourceforge.net/svnroot/ctags/trunk@590 c5d04d22-be80-434c-894e-aa346cc9e8e8
  • Loading branch information
Darren Hiebert committed Jul 31, 2007
1 parent 61abbb2 commit ba996c2
Show file tree
Hide file tree
Showing 8 changed files with 254 additions and 222 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Current Version: @@VERSION@@
Current Version: @VERSION@

ctags-NEXT (Sat June 30 2007)
ctags-@VERSION@ (@DATE@)
* Added support for DIM AS [Freebasic, Bug #1741778].
* Added support for arbitrary nesting depth [Python, Bug #1684786, Debian bug #409078].
* Added support for verbatim string literals [C#, Bug #1515910].
Expand Down Expand Up @@ -38,6 +38,7 @@ ctags-NEXT (Sat June 30 2007)
* Fixed parsing of `define [Verilog, Bug #961001].
* Fixed crashes involving '/' [Verilog, Bug #1743330].
* Fixed compilation problem on MinGW [Bug #1517424].
* Fixed generation of HTML-formatted man page [Bug #1645864].

ctags-5.6 (Mon May 29 2006)
* Reformatted code for independence of tab stop setting.
Expand Down
4 changes: 3 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ AC_CONFIG_HEADER(config.h)

dnl Report system info
dnl ------------------
echo 'Exuberant Ctags, version @@VERSION@@'
program_name=[`grep 'PROGRAM_NAME *"' ctags.h | sed -e 's/.*"\([^"]*\)".*/\1/'`]
program_version=[`grep 'PROGRAM_VERSION *"' ctags.h | sed -e 's/.*"\([^"]*\)".*/\1/'`]
echo "$program_name, version $program_version"
uname -mrsv 2>/dev/null

dnl Define convenience macros
Expand Down
2 changes: 1 addition & 1 deletion ctags.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CTAGS 1 "Version @@VERSION@@" "Darren Hiebert" "Exuberant Ctags"
.TH CTAGS 1 "Version @VERSION@" "Darren Hiebert" "Exuberant Ctags"


.SH "NAME"
Expand Down
2 changes: 1 addition & 1 deletion ctags.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* MACROS
*/
#ifndef PROGRAM_VERSION
# define PROGRAM_VERSION "@@VERSION@@"
# define PROGRAM_VERSION "5.6b1"
#endif
#define PROGRAM_NAME "Exuberant Ctags"
#define PROGRAM_URL "http://ctags.sourceforge.net"
Expand Down
2 changes: 1 addition & 1 deletion ctags.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Exuberant Ctags - a multi-language source code indexing tool
Name: ctags
Version: @@VERSION@@
Version: @VERSION@
Release: 1
License: GPL
Group: Development/Tools
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html public/li"-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<meta NAME="GENERATOR" CONTENT="Mozilla/4.03 [en] (X11; I; Linux 2.0.1.31 i586) [Netscape]">
<meta NAME="author" CONTENT="Darren Hiebert">
<meta NAME="description" CONTENT="Distribution site for Exuberant Ctags.">
Expand Down Expand Up @@ -150,7 +150,7 @@
<hr>
<p>
<a href="http://www.m-w.com/cgi-bin/dictionary?exuberant">
<strong>ex·u·ber·ant</strong>
<strong>ex·u·ber·ant</strong>
</a>
: produced in extreme abundance :
PLENTIFUL&nbsp;&nbsp;<strong>synonym</strong> see PROFUSE
Expand Down Expand Up @@ -193,7 +193,7 @@
<br>

<strong>
Version @@VERSION@@ [<em><font COLOR="#FF0000">@@DATE@@</font></em>]
Version @VERSION@ [<em><font COLOR="#FF0000">@DATE@</font></em>]
</strong>

<br>
Expand All @@ -205,24 +205,24 @@
</tr>
<tr>
<td>Source only distribution (gzipped)</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ctags-@@VERSION@@.tar.gz">ctags-@@VERSION@@.tar.gz</A>&nbsp;</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ctags-@VERSION@.tar.gz">ctags-@VERSION@.tar.gz</A>&nbsp;</td>
</tr>
<tr>
<td ALIGN=LEFT>Source RPM</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ctags-@@VERSION@@-1.src.rpm">ctags-@@VERSION@@-1.src.rpm</A>&nbsp;</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ctags-@VERSION@-1.src.rpm">ctags-@VERSION@-1.src.rpm</A>&nbsp;</td>
</tr>
<tr>
<td ALIGN=LEFT>Fedora Core 2 binary RPM (glibc-2.3)</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ctags-@@VERSION@@-1.i386.rpm">ctags-@@VERSION@@-1.i386.rpm</A>&nbsp;</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ctags-@VERSION@-1.i386.rpm">ctags-@VERSION@-1.i386.rpm</A>&nbsp;</td>
</tr>
<tr>
<td>Source and binary for Windows 98/NT/2000/XP</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ec@@DOS_VERSION@@w32.zip">ec@@DOS_VERSION@@w32.zip</A></td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ec@DOS_VERSION@w32.zip">ec@DOS_VERSION@w32.zip</A></td>
</tr>
<!-- unsupported at present
<tr>
<td>Source and binary for OS/2</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ec@@DOS_VERSION@@os2.zip">ec@@DOS_VERSION@@os2.zip</A>&nbsp;</td>
<td><A HREF="http://prdownloads.sourceforge.net/ctags/ec@DOS_VERSION@os2.zip">ec@DOS_VERSION@os2.zip</A>&nbsp;</td>
</tr>
-->
</table>
Expand Down
Loading

0 comments on commit ba996c2

Please sign in to comment.