Просмотр исходного кода

Word wrap the release README.txt.

[SVN r56572]
Daniel James 16 лет назад
Родитель
Сommit
0e0b038aea
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      tools/release/snapshot_posix.bat
  2. 1 1
      tools/release/snapshot_windows.bat

+ 1 - 1
tools/release/snapshot_posix.bat

@@ -19,7 +19,7 @@ svn co --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
 svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
 
 echo Creating release history README.txt...
-lynx -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >posix\README.txt
+lynx -width=72 -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >posix\README.txt
 
 echo Copying docs into posix\doc...
 pushd posix\doc

+ 1 - 1
tools/release/snapshot_windows.bat

@@ -19,7 +19,7 @@ svn co --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
 svn export --non-interactive --native-eol CRLF http://svn.boost.org/svn/boost/branches/release windows
 
 echo Creating release history README.txt...
-lynx -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >windows\README.txt
+lynx -width=72 -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >windows\README.txt
 
 echo Copying docs into windows\doc...
 pushd windows\doc

粤ICP备19079148号