Parsing of all a make flags in loop #104541
14
make.bat
14
make.bat
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user