File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,10 @@ ($$)
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" );
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 " );
173
173
174
174
run( " git commit -n -a -m \" changelog and news update for $release \" " , " could not commit changelog and news update" );
175
175
You can’t perform that action at this time.
0 commit comments