Skip to content

Commit

Permalink
Fully replace email with github in bug report instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Jun 14, 2020
1 parent 815ed44 commit 637350f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 20 deletions.
1 change: 0 additions & 1 deletion Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ REPLACE_VERSION = \
sed \
-e "s;@@VERSION@@;$$REL;" \
-e "s;@@DATE@@;$$DT;" \
-e "s;@@EMAIL@@;${EMAIL};" \
-e "s;@@HOMEPAGE@@;${HOMEPAGE};" >$@

${srcdir}/README: ${srcdir}/README.VER ${srcdir}/version.c
Expand Down
3 changes: 2 additions & 1 deletion NEWS.VER
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
@@HOMEPAGE@@
You can also download the latest version of less from there.

To report bugs, suggestions or comments, send email to @@EMAIL@@
Report bugs, suggestions or comments at
https://github.com/gwsw/less/issues.

======================================================================

Expand Down
33 changes: 18 additions & 15 deletions README.VER
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
or
2. The Less License, in the file LICENSE.

Please report any problems to @@EMAIL@@.
Please report any problems at https://github.com/gwsw/less/issues.
See @@HOMEPAGE@@ for the latest info.
Source repository is at https://github.com/gwsw/less.git.

Expand All @@ -25,21 +25,26 @@ The formatted manual page is in less.man.
The manual page nroff source is in less.nro.
Major changes made since the last posted version are in NEWS.

=======================================================================
PRE-INSTALLATION (when using git)
=========================================================================

If you are building from a clone of a git repository,
type "make -f Makefile.aut".
If you are building from a numbered release package (a tar or zip file
with a name like less-999.tar.gz or less-999.zip), you should skip this step.
This is the distribution of "less", a paginator similar to "more" or "pg".

The formatted manual page is in less.man.
The manual page nroff source is in less.nro.
Major changes made since the last posted version are in NEWS.

=======================================================================
INSTALLATION (Unix systems only):
INSTALLATION (Unix & Linux systems only):

1. Move the distributed source to its own directory and unpack it,
if you have not already done so.

2. Type "sh configure".
2. If you are building from a clone of a git repository,
type "make -f Makefile.aut".
If you are building from a numbered release package (a tar or zip file with
a name like less-999.tar.gz or less-999.zip), you should skip this step.

3. Type "sh configure".
This will generate a Makefile and a defines.h.
Warning: if you have a GNU sed, make sure it is version 2.05 or later.

Expand Down Expand Up @@ -71,7 +76,7 @@ INSTALLATION (Unix systems only):
commands, etc.


3. It is a good idea to look over the generated Makefile and defines.h
4. It is a good idea to look over the generated Makefile and defines.h
and make sure they look ok. If you know of any peculiarities of
your system that configure might not have detected, you may fix the
Makefile now. Take particular notice of the list of "terminal"
Expand All @@ -85,13 +90,13 @@ INSTALLATION (Unix systems only):
to remove the descriptions of the features which you are removing.
If you edit less.hlp, you should run "make -f Makefile.aut help.c".

4. Type "make" and watch the fun.
5. Type "make" and watch the fun.

5. If the make succeeds, it will generate the programs "less",
6. If the make succeeds, it will generate the programs "less",
"lesskey" and "lessecho" in your current directory. Test the
generated programs.

6. When satisfied that it works, if you wish to install it
7. When satisfied that it works, if you wish to install it
in a public place, type "make install".

The default install destinations are:
Expand All @@ -100,8 +105,6 @@ INSTALLATION (Unix systems only):
If you want to install any of these files elsewhere, define
bindir and/or mandir to the appropriate directories.

If you have any problems building or running "less", suggestions,
complaints, etc., you may mail to @@EMAIL@@.

Note to hackers: comments noting possible improvements are enclosed
in double curly brackets {{ like this }}.
Expand Down
2 changes: 1 addition & 1 deletion lessecho.nro.VER
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The default is that only arguments containing metacharacters are quoted
This manual page was written by Thomas Schoepf <[email protected]>,
for the Debian GNU/Linux system (but may be used by others).
.PP
Send bug reports or comments to @@EMAIL@@.
Report bugs at https://github.com/gwsw/less/issues.
2 changes: 1 addition & 1 deletion lesskey.nro.VER
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,4 @@ See the GNU General Public License for more details.
.
Mark Nudelman
.br
Send bug reports or comments to <@@EMAIL@@>.
Report bugs at https://github.com/gwsw/less/issues.
3 changes: 2 additions & 1 deletion version.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ v560 5/3/20 Fix regression when command results in no movement;
v561 5/11/20 Fix erroneous EOF calculation when F command is interrupted.
v562 5/19/20 Update Unicode tables; minor doc formatting.
v563 6/13/20 Fix crash due to realpath() incompatibility.
v564
*/

char version[] = "563";
char version[] = "564x";

0 comments on commit 637350f

Please sign in to comment.