зеркало из https://github.com/github/putty.git
Various changes related to the Subversion migration.
[originally from svn r4790]
This commit is contained in:
Родитель
8a99993c88
Коммит
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.
|
||||
|
||||
If you want to rebuild PuTTY from source, we provide a variety of
|
||||
Makefiles and equivalents. (If you have fetched the source from CVS,
|
||||
you'll have to generate the Makefiles yourself -- see below.)
|
||||
Makefiles and equivalents. (If you have fetched the source from
|
||||
Subversion, you'll have to generate the Makefiles yourself -- see
|
||||
below.)
|
||||
|
||||
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
|
||||
|
||||
|
@ -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,
|
||||
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
|
||||
time by double-clicking or using \c{REGEDIT}.
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
perl mkfiles.pl
|
||||
text=`{ find . -name CVS -prune -o \
|
||||
-name .cvsignore -prune -o \
|
||||
-name .svn -prune -o \
|
||||
-name LATEST.VER -prune -o \
|
||||
-name CHECKLST.txt -prune -o \
|
||||
-name mksrcarc.sh -prune -o \
|
||||
|
|
|
@ -35,6 +35,7 @@ find . -name uxarc -prune -o -name . -o \
|
|||
find . -name uxarc -prune -o \
|
||||
-name CVS -prune -o \
|
||||
-name .cvsignore -prune -o \
|
||||
-name .svn -prune -o \
|
||||
-name '*.zip' -prune -o \
|
||||
-name '*.tar.gz' -prune -o \
|
||||
-type f -exec ln -s $PWD/{} uxarc/$arcname/{} \;
|
||||
|
|
Загрузка…
Ссылка в новой задаче