Mentioning SVN instead of CVS, in the docs and in a comment.
Patch by Thomas Rosenau. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5730 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
63d59656d3
commit
4712fc0615
|
@ -1,3 +1,6 @@
|
||||||
|
2016-03-13 Thomas Rosenau <thomasr@fantasymail.de> (tiny change)
|
||||||
|
* autogen.sh, README.SVN: Mention SVN instead of CVS.
|
||||||
|
|
||||||
2016-03-12 Benno Schulenberg <bensberg@justemail.net>
|
2016-03-12 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/color.c (color_update): Set the syntax and regex pointers
|
* src/color.c (color_update): Set the syntax and regex pointers
|
||||||
just once, in a single place. And unnest two 'if's.
|
just once, in a single place. And unnest two 'if's.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
INSTRUCTIONS TO COMPILE AND INSTALL NANO CVS VERSIONS
|
INSTRUCTIONS TO COMPILE AND INSTALL NANO SVN VERSIONS
|
||||||
=====================================================
|
=====================================================
|
||||||
|
|
||||||
GNU nano is available from SVN, but building this needs a bit more care
|
GNU nano is available from SVN, but building this needs a bit more care
|
||||||
|
@ -8,7 +8,7 @@ than the official stable and unstable tarballs.
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
To successfully compile GNU nano from CVS, you'll need the following
|
To successfully compile GNU nano from SVN, you'll need the following
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
- autoconf (version >= 2.54)
|
- autoconf (version >= 2.54)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Generate configure & friends for CVS users.
|
# Generate configure & friends for SVN users.
|
||||||
|
|
||||||
autoreconf -f -i -s
|
autoreconf -f -i -s
|
||||||
|
|
Loading…
Reference in New Issue