]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - CHECKLST.txt
Now we use Subversion, it seems excessive to have an individual $Id$
authorSimon Tatham <anakin@pobox.com>
Wed, 17 Nov 2004 18:16:59 +0000 (18:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 17 Nov 2004 18:16:59 +0000 (18:16 +0000)
commit5d32d4af14c880458971e848886fa6f315b5c5a1
treeb46e74341bb79b1d91889d8be45ee6f2e77f2a8b
parent6366365622fa853440379d2ccb06338ffb8bf688
Now we use Subversion, it seems excessive to have an individual $Id$
line for every single .but file at the bottom of each page of the
HTML PuTTY docs. However, we can't _always_ replace that with a
single SVN revision, because there isn't always one available (SVN
still allows mixed working copies in which some files are
deliberately checked out against a different revision).

Hence, here's a mechanism for doing better. It uses `svnversion .'
to determine _whether_ a single revision number adequately describes
the current directory, and replaces all the version IDs with that if
so. If it can't do that, it uses the version IDs as before.

Also, this allows an explicit version string to be passed on the
make command line which will override _both_ these possibilities, so
that release documentation can be clearly labelled with the release
version number.

[originally from svn r4804]
17 files changed:
CHECKLST.txt
doc/Makefile
doc/blurb.but
doc/config.but
doc/errors.but
doc/faq.but
doc/feedback.but
doc/gs.but
doc/intro.but
doc/licence.but
doc/pageant.but
doc/plink.but
doc/pscp.but
doc/psftp.but
doc/pubkey.but
doc/using.but
doc/vids.but [new file with mode: 0644]