Subject: [boost] [1.38] Generating README.txt
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-01-27 17:36:38


Hi Beman,

Cmake needs a README.txt file based on the release notes. There's an
out of date one in trunk, but nothing in the release branch. We
generate this fairly easily using the lynx browser:

    lynx -dump -nolist -display_charset=utf-8 \
    http://beta.boost.org/users/history/minimal.php/version_1_38_0 \
> README.txt

It's probably easiest for you to add this to your release scripts, but
if you prefer I could do it when generating the documentation, and
upload the README.txt file and you could then copy it into place.

Daniel