Skip to content

Commit 67a578f

Browse files
committed
fix df76bfc
1 parent 673421b commit 67a578f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/release.pl

+4-4
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ ($$)
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" );
169+
run( "perl -i -pe 's/qgis-dev-deps/qgis-ltr-deps/;' doc/msvc.t2t", "could not update osgeo4w deps package" ) if $doltr;
170+
run( "perl -i -pe 's/qgis-dev-deps/qgis-rel-deps/;' doc/msvc.t2t", "could not update osgeo4w deps package" ) unless $doltr;
171+
run( "txt2tags --encoding=utf-8 -odoc/INSTALL.html -t html doc/INSTALL.t2t", "could not update INSTALL.html" );
172+
run( "txt2tags --encoding=utf-8 -oINSTALL -t txt doc/INSTALL.t2t", "could not update INSTALL" );
173173

174174
run( "git commit -n -a -m \"changelog and news update for $release\"", "could not commit changelog and news update" );
175175

0 commit comments

Comments
 (0)