File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ ($$)
166
166
unless ( $dopoint ) {
167
167
run( " scripts/update-news.pl $newmajor $newminor '$newreleasename '" , " could not update news" ) if $major >2 || ($major ==2 && $minor >14);
168
168
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
+
169
174
run( " git commit -n -a -m \" changelog and news update for $release \" " , " could not commit changelog and news update" );
170
175
171
176
print " Creating and checking out branch...\n " ;
Original file line number Diff line number Diff line change 59
59
60
60
copy($tempfile , " doc/news.t2t" );
61
61
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" ;
64
64
65
65
=head1 NAME
66
66
You can’t perform that action at this time.
0 commit comments