mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Various changes related to the Subversion migration.
[originally from svn r4790]
This commit is contained in:
parent
8a99993c88
commit
1b94cc85c6
5
README
5
README
@ -2,8 +2,9 @@ This is the README for the source archive of PuTTY, a free Win32
|
|||||||
and Unix Telnet and SSH client.
|
and Unix Telnet and SSH client.
|
||||||
|
|
||||||
If you want to rebuild PuTTY from source, we provide a variety of
|
If you want to rebuild PuTTY from source, we provide a variety of
|
||||||
Makefiles and equivalents. (If you have fetched the source from CVS,
|
Makefiles and equivalents. (If you have fetched the source from
|
||||||
you'll have to generate the Makefiles yourself -- see below.)
|
Subversion, you'll have to generate the Makefiles yourself -- see
|
||||||
|
below.)
|
||||||
|
|
||||||
For building on Windows:
|
For building on Windows:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: faq.but,v 1.83 2004/11/15 15:57:28 jacob Exp $
|
\versionid $Id$
|
||||||
|
|
||||||
\A{faq} PuTTY FAQ
|
\A{faq} PuTTY FAQ
|
||||||
|
|
||||||
@ -158,7 +158,7 @@ completely is the wrong solution and we will not do it.
|
|||||||
|
|
||||||
If you have host keys available in the common \c{known_hosts} format,
|
If you have host keys available in the common \c{known_hosts} format,
|
||||||
we have a script called
|
we have a script called
|
||||||
\W{http://cvs.tartarus.org/putty/contrib/kh2reg.py}\c{kh2reg.py}
|
\W{http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi/putty/contrib/kh2reg.py?view=markup}\c{kh2reg.py}
|
||||||
to convert them to a Windows .REG file, which can be installed ahead of
|
to convert them to a Windows .REG file, which can be installed ahead of
|
||||||
time by double-clicking or using \c{REGEDIT}.
|
time by double-clicking or using \c{REGEDIT}.
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
perl mkfiles.pl
|
perl mkfiles.pl
|
||||||
text=`{ find . -name CVS -prune -o \
|
text=`{ find . -name CVS -prune -o \
|
||||||
-name .cvsignore -prune -o \
|
-name .cvsignore -prune -o \
|
||||||
|
-name .svn -prune -o \
|
||||||
-name LATEST.VER -prune -o \
|
-name LATEST.VER -prune -o \
|
||||||
-name CHECKLST.txt -prune -o \
|
-name CHECKLST.txt -prune -o \
|
||||||
-name mksrcarc.sh -prune -o \
|
-name mksrcarc.sh -prune -o \
|
||||||
|
@ -35,6 +35,7 @@ find . -name uxarc -prune -o -name . -o \
|
|||||||
find . -name uxarc -prune -o \
|
find . -name uxarc -prune -o \
|
||||||
-name CVS -prune -o \
|
-name CVS -prune -o \
|
||||||
-name .cvsignore -prune -o \
|
-name .cvsignore -prune -o \
|
||||||
|
-name .svn -prune -o \
|
||||||
-name '*.zip' -prune -o \
|
-name '*.zip' -prune -o \
|
||||||
-name '*.tar.gz' -prune -o \
|
-name '*.tar.gz' -prune -o \
|
||||||
-type f -exec ln -s $PWD/{} uxarc/$arcname/{} \;
|
-type f -exec ln -s $PWD/{} uxarc/$arcname/{} \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user