Reduce relupd to what it's actually needed for
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 15:16:20 +0000 (16:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 15:16:20 +0000 (16:16 +0100)
commit07b447eb2c49710f8eff97051b2a596e9b42c4e8
treed694ca0ec5ec101d08258c0ba9539f21bbf08138
parentdebe61b59d25f828428bda38cc86300ea7dc6d50
Reduce relupd to what it's actually needed for

With the help of git hooks, the checkout cache and web directory tree
get updated (*) automagically whenever something relevant is pushed.
All relupd is still needed for is to make sure the release manpages
are being updated on release (we should refrain from doing so at any
time something is pushed, because we do want the release manpages to
correspond to the latest releases rather than whatever changes that's
come later on).

(*) in the web directory tree, "make" is also run automatically.
Makefile