Parsing of all a make flags in loop #104541

Open
Iliya Katushenock wants to merge 3 commits from mod_moder/blender-manual:support_custom_port into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit e1d3742e4d - Show all commits

View File

@ -97,25 +97,25 @@ if "%1" == "help" (
echo ============== echo ==============
echo Convenience targets provided for building docs echo Convenience targets provided for building docs
echo. echo.
echo - livehtml [default] to auto build on file changes and host on localhost echo - livehtml [default] to auto build on file changes and host on localhost
echo. echo.
echo Translations echo Translations
echo ------------ echo ------------
echo. echo.
echo - update_po to update PO message catalogs echo - update_po to update PO message catalogs
echo - report_po_progress to check the progress/fuzzy strings [optionally specify locale] echo - report_po_progress to check the progress/fuzzy strings [optionally specify locale]
echo. echo.
echo Checking echo Checking
echo -------- echo --------
echo. echo.
echo - check_structure to check the structure of all .rst files echo - check_structure to check the structure of all .rst files
echo - check_syntax to check the syntax of all .rst files echo - check_syntax to check the syntax of all .rst files
echo - check_spelling to check spelling for text in RST files echo - check_spelling to check spelling for text in RST files
echo. echo.
echo Utilities echo Utilities
echo --------- echo ---------
echo. echo.
echo - update to update the repository to the most recent version. echo - update to update the repository to the most recent version.
goto EOF goto EOF
) )