Skip to content

Commit df76bfc

Browse files
committed
update INSTALL on release
1 parent 0607f79 commit df76bfc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

scripts/release.pl

+5
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ ($$)
166166
unless( $dopoint ) {
167167
run( "scripts/update-news.pl $newmajor $newminor '$newreleasename'", "could not update news" ) if $major>2 || ($major==2 && $minor>14);
168168

169+
run( "perl -i -pe 's/qgis-dev-deps/qgis-ltr-deps/;' doc/msvc.t2t" ) if $doltr;
170+
run( "perl -i -pe 's/qgis-dev-deps/qgis-rel-deps/;' doc/msvc.t2t" ) unless $doltr;
171+
run( "txt2tags --encoding=utf-8 -odoc/INSTALL.html -t html doc/INSTALL.t2t" );
172+
run( "txt2tags --encoding=utf-8 -oINSTALL -t txt doc/INSTALL.t2t" );
173+
169174
run( "git commit -n -a -m \"changelog and news update for $release\"", "could not commit changelog and news update" );
170175

171176
print "Creating and checking out branch...\n";

scripts/update-news.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959

6060
copy($tempfile, "doc/news.t2t");
6161

62-
system "txt2tags -odoc/news.html -t html doc/news.t2t";
63-
system "txt2tags -oNEWS -t txt doc/news.t2t";
62+
system "txt2tags --encoding=utf-8 -odoc/news.html -t html doc/news.t2t";
63+
system "txt2tags --encoding=utf-8 -oNEWS -t txt doc/news.t2t";
6464

6565
=head1 NAME
6666

0 commit comments

Comments
 (0)