diff options
author | Mark Wielaard <mark@klomp.org> | 2019-07-21 17:35:44 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-07-21 20:10:38 +0200 |
commit | 475173c2d021b1bb1d0fe1845c66cf913260c03e (patch) | |
tree | ff797e487ad2aa686c178839347615b1af08f1bd /prepare-release.sh | |
parent | cb18332a8267bfc671cbfbaba35f89cb3fb676f8 (diff) | |
download | bzip2-475173c2d021b1bb1d0fe1845c66cf913260c03e.tar.gz bzip2-475173c2d021b1bb1d0fe1845c66cf913260c03e.tar.bz2 bzip2-475173c2d021b1bb1d0fe1845c66cf913260c03e.zip |
Add generation of bzip2.txt and bzip2.1.preformatted to Makefile.
And remove both pages from the repository since the will now be
generated by make dist. Also don't try to update them in
prepare-release.sh script.
Diffstat (limited to 'prepare-release.sh')
-rwxr-xr-x | prepare-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-release.sh b/prepare-release.sh index 12c29f7..1bc8474 100755 --- a/prepare-release.sh +++ b/prepare-release.sh | |||
@@ -45,7 +45,7 @@ sed -i -e "s@ENTITY bz-version \".*\"@ENTITY bz-version \"$VERSION\"@" \ | |||
45 | # isn't, so explicitly change it here too. | 45 | # isn't, so explicitly change it here too. |
46 | sed -i -e "s@This manual page pertains to version .* of@This manual page pertains to version $VERSION of@" \ | 46 | sed -i -e "s@This manual page pertains to version .* of@This manual page pertains to version $VERSION of@" \ |
47 | -e "s@sorting file compressor, v.*@sorting file compressor, v$VERSION@" \ | 47 | -e "s@sorting file compressor, v.*@sorting file compressor, v$VERSION@" \ |
48 | bzip2.1* bzip2.txt | 48 | bzip2.1 |
49 | 49 | ||
50 | # Update sources. All sources, use bzlib_private. | 50 | # Update sources. All sources, use bzlib_private. |
51 | # Except bzip2recover, which embeds a version string... | 51 | # Except bzip2recover, which embeds a version string... |